From 1a4aeb92c3e7c51179a57a0cc8fb933bb56513e4 Mon Sep 17 00:00:00 2001 From: Aurélien DESBRIÈRES Date: Tue, 10 Jun 2014 14:12:24 +0200 Subject: cowpatty --- pcr/cowpatty/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pcr/cowpatty/PKGBUILD (limited to 'pcr/cowpatty/PKGBUILD') diff --git a/pcr/cowpatty/PKGBUILD b/pcr/cowpatty/PKGBUILD new file mode 100644 index 000000000..c29c53ad8 --- /dev/null +++ b/pcr/cowpatty/PKGBUILD @@ -0,0 +1,29 @@ +# Contributor (Arch) : CRT +# Contributor (Arch) : Sébastien Duquette +# Contributor (Arch) : icarus +# Contributor (Arch) : Stephane Travostino +# Maintainer (Parabola) : Aurélien DESBRIÈRES + +pkgname=cowpatty +pkgver=4.6 +pkgrel=5 +pkgdesc="Wireless WPA/WPA2 PSK handshake cracking utility" +arch=('i686' 'x86_64') +url="http://www.wirelessdefence.org/Contents/coWPAttyMain.htm" +license=('GPL') +depends=('openssl' 'libpcap') +options=('docs' '!makeflags') +source=("http://www.wirelessdefence.org/Contents/Files/cowpatty-$pkgver.tgz") + +build() { + cd "$srcdir/$pkgname-$pkgver" + make + make strip +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" BINDIR="/usr/bin/" install + install -D -m644 dict "$pkgdir"/usr/share/cowpatty/dict + install -D -m644 COPYING "$pkgdir"/usr/share/licenses/"$pkgname"/COPYING +} -- cgit v1.2.3-54-g00ecf