cornucopia: bump SRCREV
[openembedded.git] / recipes / chillispot / chillispot_0.98.bb
blob687b17f26fb759e2558f8f2fbb2f893fcc7510f4
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 = "r2"
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"