contrib/aircrack-ng/Pkgfile

21 lines
458 B
Plaintext
Raw Normal View History

2008-04-24 13:00:40 +02:00
# Description: Aircrack next generation
# URL: http://www.aircrack-ng.org/
2009-05-06 08:36:49 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2008-04-24 13:00:40 +02:00
# Packager: Mattias Hedenskog, mattias at hedenskog dot se
2009-11-02 09:22:34 +01:00
# Depends on: openssl
# Nice to have: iw
2008-04-24 13:00:40 +02:00
name=aircrack-ng
version=1.1
2008-04-24 13:00:40 +02:00
release=1
source=(http://download.aircrack-ng.org/$name-$version.tar.gz)
build() {
2009-11-02 09:22:34 +01:00
cd $name-$version
make \
2008-04-24 13:00:40 +02:00
prefix=/usr \
SQLITE=false \
REVISION=0 \
DESTDIR=$PKG install
}