From: Rene Wagner Date: Tue, 15 Feb 2005 02:59:55 +0000 (+0000) Subject: chillispot: demote kernel-module-tun to RRECOMMENDS X-Git-Tag: Release-2010-05/1~15011 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d8d152aaffdbc2944f8340ce2d982cbe9e44b8;p=openembedded.git chillispot: demote kernel-module-tun to RRECOMMENDS BKrev: 421165abftEfDv1LDq31qPZ9qLxtUQ --- diff --git a/packages/chillispot/chillispot_0.98.bb b/packages/chillispot/chillispot_0.98.bb index e69de29bb2..c36d45606f 100644 --- a/packages/chillispot/chillispot_0.98.bb +++ b/packages/chillispot/chillispot_0.98.bb @@ -0,0 +1,19 @@ +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 " +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "http://www.chillispot.org/download/chillispot-${PV}.tar.gz \ + file://init" +RRECOMMENDS = "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 +} + +CONFFILES_${PN}_nylon = "${sysconfdir}/chilli.conf"