mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 12:51:02 +02:00
* Added cowpatty 4.3
This commit is contained in:
parent
660b100c82
commit
ec6877119a
2 changed files with 27 additions and 0 deletions
2
net-wireless/cowpatty/Manifest
Normal file
2
net-wireless/cowpatty/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST cowpatty-4.3.tgz 103720 RMD160 3eff935f1532f84c60bfd576801be4d6911964d1 SHA1 8b7cb2015d0534031827f2f06135bf5cf5929d35 SHA256 b82154c9183fed3c26226c124f5e50ef38adaaafc84c5a13d9256b1ebd489bca
|
||||
EBUILD cowpatty-4.3.ebuild 600 RMD160 041f724b29d10b2c9bd6e2fc95f03b8aa5f8f318 SHA1 01c8e2a9459dc8eefbf753c136072dc34de72b1d SHA256 9bab575f48478186ab885d1b6e312b7fca2c470d082b8d7210d055ee2e3d9af3
|
||||
25
net-wireless/cowpatty/cowpatty-4.3.ebuild
Normal file
25
net-wireless/cowpatty/cowpatty-4.3.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="WLAN tools for bruteforcing 802.11 WPA/WPA2 keys"
|
||||
HOMEPAGE="http://www.willhackforsushi.com/Cowpatty.html"
|
||||
SRC_URI="http://www.willhackforsushi.com/code/${PN}/${PV}/${P}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/openssl"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
emake || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin cowpatty genpmk || die "dobin failed"
|
||||
dodoc AUTHORS CHANGELOG FAQ INSTALL README TODO dict *.dump
|
||||
}
|
||||
Loading…
Reference in a new issue