wok-current rev 4055
Up: aircrack-ng (1.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Sep 09 23:05:26 2009 +0200 (2009-09-09) |
parents | e6d41ef9c0e5 |
children | 7589496c772c |
files | aircrack-ng/receipt |
line diff
1.1 --- a/aircrack-ng/receipt Wed Sep 09 21:49:39 2009 +0200 1.2 +++ b/aircrack-ng/receipt Wed Sep 09 23:05:26 2009 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aircrack-ng" 1.7 -VERSION="1.0-rc1" 1.8 +VERSION="1.0" 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 @@ -15,6 +15,8 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + sed -i s#/usr/local#/usr#g common.mak || exit 1 1.17 + sed -i s#/man/man1#/share/man/man1# common.mak || exit 1 1.18 make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21 @@ -23,7 +25,7 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr 1.25 - cp -a $_pkg/usr/local/bin $fs/usr 1.26 - cp -a $_pkg/usr/local/sbin $fs/usr 1.27 + cp -a $_pkg/usr/bin $fs/usr 1.28 + cp -a $_pkg/usr/sbin $fs/usr 1.29 } 1.30