wok diff knock/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents d1768332cee0
children 23c3aed67cd9
line diff
     1.1 --- a/knock/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/knock/receipt	Thu Oct 04 11:53:21 2012 +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.