aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-20 14:37:37 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-20 14:37:37 +0000
commit88a26e8165cbe9cffacdaec4821e98972739a37a (patch)
tree3f3a7ba6b12b4f8b25d00d0783f9d1e679b5caef /packages
parentd215c839252ca3a40a561a710ab000379bde0f0c (diff)
downloadopenembedded-88a26e8165cbe9cffacdaec4821e98972739a37a.tar.gz
ipac-ng: dropped as scheduled. It depended on libgd-perl which is not present in metadata
Diffstat (limited to 'packages')
-rw-r--r--packages/ipac-ng/.mtn2git_empty0
-rw-r--r--packages/ipac-ng/ipac-ng-1.30/.mtn2git_empty0
-rw-r--r--packages/ipac-ng/ipac-ng-1.30/makefile-build-cc.diff11
-rw-r--r--packages/ipac-ng/ipac-ng_1.30.bb19
4 files changed, 0 insertions, 30 deletions
diff --git a/packages/ipac-ng/.mtn2git_empty b/packages/ipac-ng/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/ipac-ng/.mtn2git_empty
+++ /dev/null
diff --git a/packages/ipac-ng/ipac-ng-1.30/.mtn2git_empty b/packages/ipac-ng/ipac-ng-1.30/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/ipac-ng/ipac-ng-1.30/.mtn2git_empty
+++ /dev/null
diff --git a/packages/ipac-ng/ipac-ng-1.30/makefile-build-cc.diff b/packages/ipac-ng/ipac-ng-1.30/makefile-build-cc.diff
deleted file mode 100644
index 1f2aa1307c..0000000000
--- a/packages/ipac-ng/ipac-ng-1.30/makefile-build-cc.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.o 2004-10-10 14:14:59.022179096 +0200
-+++ Makefile.in 2004-10-10 14:15:18.952149280 +0200
-@@ -93,7 +93,7 @@
-
-
- subst: subst.c
-- $(CC) $(CFLAGS) -o subst subst.c
-+ $(BUILD_CC) $(BUILD_CFLAGS) -o subst subst.c
-
- fetchipac: fetchipac.o storagetable.o billtable.o agenttable.o batch.tab.o libipac.a batch.yy.o\
- conffile.tab.o conffile.yy.o\
diff --git a/packages/ipac-ng/ipac-ng_1.30.bb b/packages/ipac-ng/ipac-ng_1.30.bb
deleted file mode 100644
index 3315c44ae7..0000000000
--- a/packages/ipac-ng/ipac-ng_1.30.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SECTION = "console/network"
-DESCRIPTION = "IPAC-NG is the iptables/ipchains based IP accounting package for Linux"
-HOMEPAGE = "http://ipac-ng.sourceforge.net/"
-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
-}