aircrack-ng: move to usr/bin.
This commit is contained in:
parent
8962e09b0b
commit
1f3ac711b2
@ -5,10 +5,7 @@ _aircrack_rc=rc2
|
|||||||
pkgname=aircrack-ng
|
pkgname=aircrack-ng
|
||||||
version="${_aircrack_ver}${_aircrack_rc}"
|
version="${_aircrack_ver}${_aircrack_rc}"
|
||||||
wrksrc="${pkgname}-${_aircrack_ver}-${_aircrack_rc}"
|
wrksrc="${pkgname}-${_aircrack_ver}-${_aircrack_rc}"
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
|
||||||
make_build_args="sqlite=true libnl=true"
|
|
||||||
make_install_args="prefix=/usr sqlite=true libnl=true"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel libressl-devel sqlite-devel libnl3-devel"
|
makedepends="zlib-devel libressl-devel sqlite-devel libnl3-devel"
|
||||||
short_desc="A key cracker for the 802.11 WEP and WPA-PSK protocols"
|
short_desc="A key cracker for the 802.11 WEP and WPA-PSK protocols"
|
||||||
@ -17,3 +14,10 @@ maintainer="Jan S. <jan.schreib@gmail.com>"
|
|||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://download.aircrack-ng.org/${pkgname}-${_aircrack_ver}-${_aircrack_rc}.tar.gz"
|
distfiles="http://download.aircrack-ng.org/${pkgname}-${_aircrack_ver}-${_aircrack_rc}.tar.gz"
|
||||||
checksum=ba5b3eda44254efc5b7c9f776eb756f7cc323ad5d0813c101e92edb483d157e9
|
checksum=ba5b3eda44254efc5b7c9f776eb756f7cc323ad5d0813c101e92edb483d157e9
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC=$CC sqlite=1 libnl=1 ${makejobs}
|
||||||
|
}
|
||||||
|
do_install() {
|
||||||
|
make prefix=/usr sbindir=/usr/bin DESTDIR=${DESTDIR} sqlite=1 libnl=1 install
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user