wok rev 9996

iw: clean-up
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu May 19 01:16:49 2011 +0200 (2011-05-19)
parents ce02e96ef6b7
children cd006f4cefcd
files iw/receipt
line diff
     1.1 --- a/iw/receipt	Thu May 19 01:07:29 2011 +0200
     1.2 +++ b/iw/receipt	Thu May 19 01:16:49 2011 +0200
     1.3 @@ -8,16 +8,17 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://wireless.kernel.org/en/users/Documentation/iw"
     1.6  WGET_URL="http://wireless.kernel.org/download/$PACKAGE/$TARBALL"
     1.7 +TAGS="wireless"
     1.8 +
     1.9  DEPENDS="libnl"
    1.10  BUILD_DEPENDS="libnl-dev pkg-config"
    1.11 -TAGS="wireless"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16  	cd $src
    1.17  	make
    1.18 -	make DESTDIR=$PWD/_pkg install
    1.19 +	make DESTDIR=$DESTDIR install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.