micro-uclibc.conf: move OVERRIDES to bottom of file
[openembedded.git] / recipes / chillispot / chillispot_0.98.bb
blob98b123e394d0dc0184aa98d2dc40bf94a994f05a
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;patch=1 \
8 file://init"
9 RRECOMMENDS = "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"