wok diff iw/receipt @ rev 10284
calcurse: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 18:03:47 2011 +0000 (2011-05-21) |
parents | 9b67cbf53bff |
children | c993d22235c4 |
line diff
1.1 --- a/iw/receipt Mon Feb 28 02:27:33 2011 +0000 1.2 +++ b/iw/receipt Sat May 21 18:03:47 2011 +0000 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.