summaryrefslogtreecommitdiff
path: root/chillispot/chillispot_0.98.oe
diff options
context:
space:
mode:
Diffstat (limited to 'chillispot/chillispot_0.98.oe')
-rw-r--r--chillispot/chillispot_0.98.oe15
1 files changed, 15 insertions, 0 deletions
diff --git a/chillispot/chillispot_0.98.oe b/chillispot/chillispot_0.98.oe
index e69de29bb2..31783d65a5 100644
--- a/chillispot/chillispot_0.98.oe
+++ b/chillispot/chillispot_0.98.oe
@@ -0,0 +1,15 @@
+DESCRIPTION = "ChilliSpot is an open source captive portal or wireless LAN access point controller. It is used for authenticating users of a wireless LAN."
+HOMEPAGE = "http://www.chillispot.org/"
+MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
+LICENSE = "GPL"
+SRC_URI = "http://www.chillispot.org/download/chillispot-${PV}.tar.gz \
+ file://init"
+RDEPENDS = "kernel-module-tun"
+
+inherit autotools
+
+do_install_append() {
+ install -d ${D}/${sysconfdir} ${D}/${sysconfdir}/init.d
+ install ${S}/doc/chilli.conf ${D}/${sysconfdir}
+ install -m 755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/chillispot
+}