# HG changeset patch # User Eric Joseph-Alexandre # Date 1305760609 -7200 # Node ID 8bf6137ae969e99fd371b2fac9a5f4bc019a7ca5 # Parent ce02e96ef6b72bc24dd11881f6184a713452d063 iw: clean-up diff -r ce02e96ef6b7 -r 8bf6137ae969 iw/receipt --- a/iw/receipt Thu May 19 01:07:29 2011 +0200 +++ b/iw/receipt Thu May 19 01:16:49 2011 +0200 @@ -8,16 +8,17 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://wireless.kernel.org/en/users/Documentation/iw" WGET_URL="http://wireless.kernel.org/download/$PACKAGE/$TARBALL" +TAGS="wireless" + DEPENDS="libnl" BUILD_DEPENDS="libnl-dev pkg-config" -TAGS="wireless" # Rules to configure and make the package. compile_rules() { cd $src make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.