* Added cowpatty 4.3

This commit is contained in:
grimmlin 2009-01-19 14:28:56 +00:00
parent 660b100c82
commit ec6877119a
2 changed files with 27 additions and 0 deletions

View 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

View 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
}