aboutsummaryrefslogtreecommitdiffstats
path: root/ipac-ng/ipac-ng_1.30.oe
diff options
context:
space:
mode:
Diffstat (limited to 'ipac-ng/ipac-ng_1.30.oe')
-rw-r--r--ipac-ng/ipac-ng_1.30.oe20
1 files changed, 0 insertions, 20 deletions
diff --git a/ipac-ng/ipac-ng_1.30.oe b/ipac-ng/ipac-ng_1.30.oe
deleted file mode 100644
index af56baeba5..0000000000
--- a/ipac-ng/ipac-ng_1.30.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-SECTION = "console/network"
-DESCRIPTION = "IPAC-NG is the iptables/ipchains based IP accounting package for Linux"
-HOMEPAGE = "http://ipac-ng.sourceforge.net/"
-MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
-SRC_URI = "${SOURCEFORGE_MIRROR}/ipac-ng/ipac-ng-${PV}.tar.bz2 \
- file://makefile-build-cc.diff;patch=1;pnum=0"
-RDEPENDS = "perl libgd-perl"
-LICENSE = "GPL"
-
-inherit autotools
-
-do_configure() {
- oe_runconf
-}
-
-do_install_append() {
- install -d ${D}/${sysconfdir}/ipac-ng
- install -m 644 ${S}/doc/ipac.conf.sample ${D}/${sysconfdir}/ipac-ng
- install -m 644 ${S}/doc/rules.conf.sample ${D}/${sysconfdir}/ipac-ng
-}