wok rev 9935
knock: fix bdeps
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 18 00:41:58 2011 +0200 (2011-05-18) |
parents | ff74d935a6dc |
children | d93269d0e287 |
files | knock/receipt |
line diff
1.1 --- a/knock/receipt Wed May 18 00:27:45 2011 +0200 1.2 +++ b/knock/receipt Wed May 18 00:41:58 2011 +0200 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.