aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ipac-ng/ipac-ng_1.30.bb
blob: 3315c44ae7a998122015c76a0558c41594223228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}