wok-next diff aircrack-ng/receipt @ rev 20224

Up inkscape and it's deps:
gtest, imagemagick, imagemagick6;
add libcdr, librevenge, libvisio, libwpd, libwpg, potrace.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Nov 05 18:29:48 2017 +0200 (2017-11-05)
parents 2809ecb8c754
children e6615350078d
line diff
     1.1 --- a/aircrack-ng/receipt	Sun Oct 29 09:27:29 2017 +0100
     1.2 +++ b/aircrack-ng/receipt	Sun Nov 05 18:29:48 2017 +0200
     1.3 @@ -1,36 +1,36 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="aircrack-ng"
     1.8 -VERSION="1.1"
     1.9 +VERSION="1.2-rc4"
    1.10  CATEGORY="network"
    1.11 -SHORT_DESC="802.11 WEP and WPA-PSK keys cracking program."
    1.12 +SHORT_DESC="802.11 WEP and WPA-PSK keys cracking program"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="https://www.aircrack-ng.org/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.aircrack-ng.org/"
    1.19 -WGET_URL="http://download.aircrack-ng.org/$TARBALL"
    1.20 +WGET_URL="https://download.aircrack-ng.org/$TARBALL"
    1.21  
    1.22 -DEPENDS="aircrack-ng-oui iw openssl sqlite3 zlib pylorcon"
    1.23 -BUILD_DEPENDS="sqlite3-dev pylorcon openssl-dev zlib-dev"
    1.24 +BUILD_DEPENDS="libnl-dev coreutils-file-special openssl-dev sqlite3-dev \
    1.25 +zlib-dev"
    1.26  
    1.27 -# Rules to configure and make the package.
    1.28 -compile_rules()
    1.29 -{
    1.30 -	sed -i s#/usr/local#/usr#g common.mak || return 1
    1.31 -	sed -i s#/man/man1#/share/man/man1# common.mak || return 1
    1.32 -
    1.33 -	# fix build with gcc45
    1.34 -	sed -i s/-Werror// common.mak || return 1
    1.35 -
    1.36 -	make SQLITE=true unstable=true &&
    1.37 -	make SQLITE=true unstable=true DESTDIR=$DESTDIR install
    1.38 -	sed -i 's|/usr/local||g' $DESTDIR/usr/sbin/airodump-ng-oui-update
    1.39 +compile_rules() {
    1.40 +	make \
    1.41 +		sqlite=true \
    1.42 +		experimental=true &&
    1.43 +	make \
    1.44 +		sqlite=true \
    1.45 +		experimental=true \
    1.46 +		bindir=/usr/bin \
    1.47 +		sbindir=/usr/sbin \
    1.48 +		mandir=/usr/share/man/man1/ \
    1.49 +		smandir=/usr/share/man/man8/ \
    1.50 +		DESTDIR=$install \
    1.51 +		install
    1.52  }
    1.53  
    1.54 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.55 -genpkg_rules()
    1.56 -{
    1.57 -	mkdir -p $fs/usr
    1.58 -	cp -a $install/usr/bin $fs/usr
    1.59 -	cp -a $install/usr/sbin $fs/usr
    1.60 +genpkg_rules() {
    1.61 +	copy @std
    1.62 +	DEPENDS="libcrypto libnl libsqlite3 libssl zlib   aircrack-ng-oui iw"
    1.63 +	PROVIDE="aircrack-ng-scripts"
    1.64  }