summaryrefslogtreecommitdiff
path: root/ipac-ng
diff options
context:
space:
mode:
Diffstat (limited to 'ipac-ng')
-rw-r--r--ipac-ng/ipac-ng_1.30.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipac-ng/ipac-ng_1.30.oe b/ipac-ng/ipac-ng_1.30.oe
index 47863252b2..af56baeba5 100644
--- a/ipac-ng/ipac-ng_1.30.oe
+++ b/ipac-ng/ipac-ng_1.30.oe
@@ -5,6 +5,7 @@ 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
@@ -16,4 +17,4 @@ 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
-} \ No newline at end of file
+}