wok view wifidog/receipt @ rev 2025

Up: enlightenment (0.16.999.050) - Snapshot 2008-09-25
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 22:35:58 2009 +0100 (2009-01-08)
parents
children aa0dad286215
line source
1 # SliTaz package receipt.
3 PACKAGE="wifidog"
4 VERSION="1.1.5"
5 CATEGORY="network"
6 SHORT_DESC="Captive portal solution for hotspot, gateway side."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://dev.wifidog.org/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://fuse.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 CONFIG_FILES="/etc/wifidog.conf"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --infodir=/usr/share/info \
19 --mandir=/usr/share/man $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib $fs/etc/init.d
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
30 cp $src/wifidog.conf $fs/etc
31 cp $src/scripts/init.d/wifidog $fs/etc/init.d
32 }