wok-6.x diff knock/receipt @ rev 11252
Up: warzone2100 to 2.3.9.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 07 06:42:39 2011 +0000 (2011-11-07) |
parents | d1768332cee0 |
children | 23c3aed67cd9 |
line diff
1.1 --- a/knock/receipt Sun May 08 09:01:58 2011 +0000 1.2 +++ b/knock/receipt Mon Nov 07 06:42:39 2011 +0000 1.3 @@ -6,12 +6,13 @@ 1.4 SHORT_DESC="Port knock sequence listener." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -DEPENDS="iptables" 1.8 -BUILD_DEPENDS="libpcap" 1.9 WEB_SITE="http://www.zeroflux.org/$PACKAGE" 1.10 WGET_URL="http://www.zeroflux.org/proj/$PACKAGE/files/$TARBALL" 1.11 CONFIG_FILES="/etc/knockd.conf" 1.12 1.13 +DEPENDS="iptables" 1.14 +BUILD_DEPENDS="libpcap-dev" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 @@ -21,7 +22,7 @@ 1.20 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.21 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.22 make && 1.23 - make DESTDIR=$PWD/_pkg install 1.24 + make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg.