mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 04:40:56 +02:00
aircrack-ng: add airdrop-ng install.... probably need to add a dep on loron in here or something...
This commit is contained in:
parent
f878738d7a
commit
58a7609bba
2 changed files with 7 additions and 3 deletions
|
|
@ -10,4 +10,4 @@ DIST aircrack-ng-1.1.tar.gz 1453272 RMD160 7d70533b0397e801d4a85c1be3584699364f3
|
|||
EBUILD aircrack-ng-1.1-r4.ebuild 1471 RMD160 aad6f772f725eb0736c9999b514f7e997f1d8973 SHA1 687f017e5856ce9259cd72bd571c8f73787361a4 SHA256 bae72916c573d0995ae6f727f4053837807044918f584455eabceadda87a48d9
|
||||
EBUILD aircrack-ng-1.1-r5.ebuild 1641 RMD160 97f0d61a11eb4e22a1e935b27c1c83e82d3dc7ed SHA1 abe2b826318a98a201fdb798faf45bd43e3d8fbf SHA256 4f0be9fe3a546002b06d9cc305ea6aaf2b06bc218c14ae204a9c01e243142a19
|
||||
EBUILD aircrack-ng-1.1-r6.ebuild 2368 RMD160 cc64d40ab85cd15c5a9d62926173239d2effa11b SHA1 225c3eecbaabcb41aa92715d31ec25e7ff795ea2 SHA256 9cd9a2ffc8b6fbaad8de299c22c7ef97f5a4e0d50f7beb89284758104b59411d
|
||||
EBUILD aircrack-ng-9999.ebuild 2238 RMD160 6ca6bd4e8417a626ca32722f0a7cc76600c331fe SHA1 edaa090f4c7658bed1667d02756e6552fa1db982 SHA256 cbfcfbbc6a4a53ba17b480b6e8dfe805bfa405f7075b4ed2d9265eb9134d562a
|
||||
EBUILD aircrack-ng-9999.ebuild 2352 RMD160 65c80ad94c3756b3e8cca2ce707a78d6704f29b3 SHA1 063fa7aeabaa3c680944647828ac02e4152bc8c4 SHA256 1126da36eacb8dd800f225427df4f43cacbf1430b31d753ddfea52736402fb04
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ LICENSE="GPL-2"
|
|||
SLOT="0"
|
||||
KEYWORDS="-*"
|
||||
|
||||
IUSE="+airgraph-ng kernel_linux kernel_FreeBSD +sqlite +unstable"
|
||||
IUSE="+airdrop-ng +airgraph-ng kernel_linux kernel_FreeBSD +sqlite +unstable"
|
||||
|
||||
DEPEND="dev-libs/openssl
|
||||
sqlite? ( >=dev-db/sqlite-3.4 )"
|
||||
|
|
@ -61,7 +61,11 @@ src_install() {
|
|||
wget http://standards.ieee.org/regauth/oui/oui.txt -O "${ED}"/etc/aircrack-ng/airodump-ng-oui.txt
|
||||
|
||||
if use airgraph-ng; then
|
||||
cd scripts/airgraph-ng
|
||||
cd "${S}/scripts/airgraph-ng"
|
||||
emake prefix="${ED}/usr" install
|
||||
fi
|
||||
if use airdrop-ng; then
|
||||
cd "${S}/scripts/airdrop-ng"
|
||||
emake prefix="${ED}/usr" install
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue