wok-4.x diff aircrack-ng/receipt @ rev 1743
perl-*: fix WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 22 20:55:51 2008 +0000 (2008-11-22) |
parents | 7d6929ba1a74 |
children | 0b800967f060 |
line diff
1.1 --- a/aircrack-ng/receipt Sat Jul 19 18:03:51 2008 +0000 1.2 +++ b/aircrack-ng/receipt Sat Nov 22 20:55:51 2008 +0000 1.3 @@ -9,14 +9,13 @@ 1.4 WEB_SITE="http://www.aircrack-ng.org/" 1.5 WGET_URL="http://download.aircrack-ng.org/$TARBALL" 1.6 DEPENDS="iw" 1.7 +BUILD_DEPENDS="openssl-dev" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 cd $src 1.13 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.14 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.15 - make 1.16 + make && 1.17 make DESTDIR=$PWD/_pkg install 1.18 } 1.19