wok diff chillispot/receipt @ rev 3133

Remove bin86. Already exist in dev86
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 20 16:13:00 2009 +0200 (2009-05-20)
parents
children b366409d3396
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/chillispot/receipt	Wed May 20 16:13:00 2009 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="chillispot"
     1.7 +VERSION="1.1.0"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Captive portal or wireless LAN access point controller."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://www.chillispot.info/"
    1.13 +WGET_URL="${WEB_SITE}download/$TARBALL"
    1.14 +CONFIG_FILES="/etc/chilli.conf"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $src
    1.20 +	./configure --prefix=/usr --infodir=/usr/share/info \
    1.21 +	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.22 +	make && make DESTDIR=$PWD/_pkg install
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr $fs/etc/init.d $fs/var/lib/chilli/
    1.29 +	cp -a $_pkg/usr/sbin $fs/usr
    1.30 +	cp $src/doc/chilli.conf $fs/etc
    1.31 +	cp stuff/chilli $fs/etc/init.d
    1.32 +}
    1.33 +