aircrack-ng: actually link against sqlite.
This commit is contained in:
parent
c9647b906a
commit
6f73a3c9ae
|
@ -1,11 +1,10 @@
|
||||||
# Template build file for 'aircrack-ng'
|
# Template build file for 'aircrack-ng'
|
||||||
|
pkgname=aircrack-ng
|
||||||
_aircrack_ver=1.2
|
_aircrack_ver=1.2
|
||||||
_aircrack_rc=rc3
|
_aircrack_rc=rc3
|
||||||
|
|
||||||
pkgname=aircrack-ng
|
|
||||||
version="${_aircrack_ver}${_aircrack_rc}"
|
version="${_aircrack_ver}${_aircrack_rc}"
|
||||||
|
revision=2
|
||||||
wrksrc="${pkgname}-${_aircrack_ver}-${_aircrack_rc}"
|
wrksrc="${pkgname}-${_aircrack_ver}-${_aircrack_rc}"
|
||||||
revision=1
|
|
||||||
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"
|
||||||
|
@ -16,8 +15,8 @@ distfiles="http://download.aircrack-ng.org/${pkgname}-${_aircrack_ver}-${_aircra
|
||||||
checksum=8e595ccab9fe90fc7c770634ad13e30da2d7fef21497b34d56d7014b991a4585
|
checksum=8e595ccab9fe90fc7c770634ad13e30da2d7fef21497b34d56d7014b991a4585
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC sqlite=1 libnl=1 ${makejobs}
|
make CC=$CC sqlite=true libnl=true ${makejobs}
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make prefix=/usr sbindir=/usr/bin DESTDIR=${DESTDIR} sqlite=1 libnl=1 install
|
make prefix=/usr sbindir=/usr/bin DESTDIR=${DESTDIR} sqlite=true libnl=true install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue