wok-next rev 21480

updated aircrack-ng (1.4 -> 1.6)
author Hans-G?nter Theisgen
date Thu Jun 18 14:12:59 2020 +0100 (2020-06-18)
parents 71308ff80695
children 5fd2f5e721ea
files aircrack-ng/receipt
line diff
     1.1 --- a/aircrack-ng/receipt	Thu Jun 18 14:01:24 2020 +0100
     1.2 +++ b/aircrack-ng/receipt	Thu Jun 18 14:12:59 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="aircrack-ng"
     1.7 -VERSION="1.4"
     1.8 +VERSION="1.6"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="802.11 WEP and WPA-PSK keys cracking program"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,15 +11,15 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="https://download.aircrack-ng.org/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="automake libtool openssl-dev ethtool libnl-dev python-dev \
    1.17 -libpcap-dev pcre-dev sqlite3-dev zlib-dev cmocka-dev"
    1.18 +BUILD_DEPENDS="automake cmocka-dev ethtool libnl-dev libpcap-dev libtool 
    1.19 +	openssl-dev pcre-dev python-dev sqlite3-dev zlib-dev"
    1.20  
    1.21 -compile_rules() {
    1.22 -	autoreconf -fiv
    1.23 -
    1.24 -	./configure \
    1.25 -		--with-experimental \
    1.26 -		--with-ext-scripts \
    1.27 +compile_rules()
    1.28 +{
    1.29 +	autoreconf -fiv &&
    1.30 +	./configure			\
    1.31 +		--with-experimental	\
    1.32 +		--with-ext-scripts	\
    1.33  		$CONFIGURE_ARGS &&
    1.34  	fix libtool &&
    1.35  	make &&
    1.36 @@ -28,9 +28,10 @@
    1.37  	find $install -type f -name '*.pyc' -delete
    1.38  }
    1.39  
    1.40 -genpkg_rules() {
    1.41 +genpkg_rules()
    1.42 +{
    1.43  	copy @std
    1.44 -	DEPENDS="libnl libpcap libpcre libsqlite3 openssl python zlib   \
    1.45 -	aircrack-ng-oui iw"
    1.46 +	DEPENDS="aircrack-ng-oui iw libnl libpcap libpcre libsqlite3 
    1.47 +	openssl python zlib"
    1.48  	PROVIDE="aircrack-ng-scripts"
    1.49  }