diff options
author | Greg Gilbert <greg@treke.net> | 2004-11-11 22:14:33 +0000 |
---|---|---|
committer | Greg Gilbert <greg@treke.net> | 2004-11-11 22:14:33 +0000 |
commit | 6747a42cca468886fb139b48c86b7f9affa0cea0 (patch) | |
tree | c1675a22a4400a7d5b8e78430583a36fc5e7a97c /chillispot/chillispot_0.98.oe | |
parent | 1f45b950369943206f32ac5674277e58176e1ec9 (diff) |
Many files:
License updates
BKrev: 4193e449tVh4LpDKmQWm4OBDPvx5PA
Diffstat (limited to 'chillispot/chillispot_0.98.oe')
-rw-r--r-- | chillispot/chillispot_0.98.oe | 15 |
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 +} |