# HG changeset patch # User Eric Joseph-Alexandre # Date 1305672118 -7200 # Node ID 9c3435378d26195dc8c43ca875a120f134422215 # Parent ff74d935a6dc1ff01a5d1560a177e6ba94f31117 knock: fix bdeps diff -r ff74d935a6dc -r 9c3435378d26 knock/receipt --- a/knock/receipt Wed May 18 00:27:45 2011 +0200 +++ b/knock/receipt Wed May 18 00:41:58 2011 +0200 @@ -6,12 +6,13 @@ SHORT_DESC="Port knock sequence listener." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -DEPENDS="iptables" -BUILD_DEPENDS="libpcap" WEB_SITE="http://www.zeroflux.org/$PACKAGE" WGET_URL="http://www.zeroflux.org/proj/$PACKAGE/files/$TARBALL" CONFIG_FILES="/etc/knockd.conf" +DEPENDS="iptables" +BUILD_DEPENDS="libpcap-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,7 +22,7 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.