wok diff aircrack-ng/receipt @ rev 15566
Up: thunderbird-langpack-sv_SE (17.0.11esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 24 17:37:52 2013 +0100 (2013-11-24) |
parents | aa9d73cf312d |
children | 45507bfb2b0d |
line diff
1.1 --- a/aircrack-ng/receipt Mon Jul 30 04:24:03 2012 +0000 1.2 +++ b/aircrack-ng/receipt Sun Nov 24 17:37:52 2013 +0100 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="802.11 WEP and WPA-PSK keys cracking program." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.aircrack-ng.org/" 1.10 WGET_URL="http://download.aircrack-ng.org/$TARBALL" 1.11 + 1.12 DEPENDS="aircrack-ng-oui iw openssl sqlite zlib pylorcon" 1.13 BUILD_DEPENDS="sqlite-dev pylorcon openssl-dev" 1.14 1.15 @@ -30,7 +32,7 @@ 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr 1.19 - cp -a $_pkg/usr/bin $fs/usr 1.20 - cp -a $_pkg/usr/sbin $fs/usr 1.21 + cp -a $install/usr/bin $fs/usr 1.22 + cp -a $install/usr/sbin $fs/usr 1.23 } 1.24