db_5.0.21: Add recipes for target and native packages.
[openembedded.git] / recipes / chillispot / chillispot_0.98.bb
blob0b086edda6ed954340d2294051c5af7f2ea6d864
1 DESCRIPTION = "ChilliSpot is an open source captive portal or wireless LAN access point controller. It is used for authenticating users of a wireless LAN."
2 HOMEPAGE = "http://www.chillispot.org/"
3 LICENSE = "GPL"
4 PR = "r1"
6 SRC_URI = "http://www.chillispot.org/download/chillispot-${PV}.tar.gz \
7 file://no-ansi.patch \
8 file://init"
9 RRECOMMENDS_${PN} = "kernel-module-tun"
11 inherit autotools
13 do_install_append() {
14 install -d ${D}${sysconfdir} ${D}${sysconfdir}/init.d
15 install ${S}/doc/chilli.conf ${D}${sysconfdir}
16 install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/chillispot
19 CONFFILES_${PN}_nylon = "${sysconfdir}/chilli.conf"
21 SRC_URI[md5sum] = "4bcf48ec7a94f28faee8b7dc7a0dd97a"
22 SRC_URI[sha256sum] = "bace8a6a0b27d09983a2c509d6e6bf8ab786935e269036f14dc158505feba602"