wok diff aircrack-ng/receipt @ rev 1890

udev: add BUILD_WARNING about hal
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 18 10:53:19 2008 +0000 (2008-12-18)
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	Thu Dec 18 10:53:19 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