wok-next view aircrack-ng/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents aaf4385684bb
children ede906abe532
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aircrack-ng"
4 VERSION="1.2-rc4"
5 CATEGORY="network"
6 SHORT_DESC="802.11 WEP and WPA-PSK keys cracking program"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.aircrack-ng.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://download.aircrack-ng.org/$TARBALL"
14 BUILD_DEPENDS="libnl-dev coreutils-file-special openssl-dev sqlite3-dev \
15 zlib-dev"
17 compile_rules() {
18 make \
19 sqlite=true \
20 experimental=true &&
21 make \
22 sqlite=true \
23 experimental=true \
24 bindir=/usr/bin \
25 sbindir=/usr/sbin \
26 mandir=/usr/share/man/man1/ \
27 smandir=/usr/share/man/man8/ \
28 DESTDIR=$install \
29 install
30 }
32 genpkg_rules() {
33 copy @std
34 DEPENDS="openssl libnl libsqlite3 zlib aircrack-ng-oui iw"
35 PROVIDE="aircrack-ng-scripts"
36 }