wok diff aircrack-ng/receipt @ rev 13636

Up: ecore (1.7.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Nov 16 00:00:52 2012 +0100 (2012-11-16)
parents 0b4cf0d9e1b5
children f4c22f009037
line diff
     1.1 --- a/aircrack-ng/receipt	Mon Feb 14 19:09:46 2011 +0100
     1.2 +++ b/aircrack-ng/receipt	Fri Nov 16 00:00:52 2012 +0100
     1.3 @@ -8,8 +8,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.aircrack-ng.org/"
     1.6  WGET_URL="http://download.aircrack-ng.org/$TARBALL"
     1.7 -DEPENDS="iw openssl zlib"
     1.8 -BUILD_DEPENDS="openssl-dev"
     1.9 +DEPENDS="aircrack-ng-oui iw openssl sqlite zlib pylorcon"
    1.10 +BUILD_DEPENDS="sqlite-dev pylorcon openssl-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14 @@ -21,8 +21,9 @@
    1.15  	# fix build with gcc45
    1.16  	sed -i s/-Werror// common.mak || return 1
    1.17  	
    1.18 -	make &&
    1.19 -	make DESTDIR=$PWD/_pkg install
    1.20 +	make SQLITE=true unstable=true &&
    1.21 +	make SQLITE=true unstable=true DESTDIR=$DESTDIR install
    1.22 +	sed -i 's|/usr/local||g' $DESTDIR/usr/sbin/airodump-ng-oui-update
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.