updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / cowpatty / PKGBUILD
blob2ebda44cb97cbe8f850308154a09f22f967202dc
1 # Maintainer: CRT <crt.011@gmail.com>
2 # Contributor:  Sébastien Duquette <ekse.0x@gmail.com>
3 # Contributor: icarus <icarus.roaming@gmail.com>
4 # Contributor: Stephane Travostino <stephane.travostino@gmail.com>
6 pkgname=cowpatty
7 pkgver=4.6
8 pkgrel=3
9 pkgdesc="Wireless WPA/WPA2 PSK handshake cracking utility"
10 arch=('i686' 'x86_64')
11 url="http://www.willhackforsushi.com/?page_id=50"
12 license=('GPL')
13 depends=('openssl' 'libpcap')
14 options=(docs)
15 source=("http://www.willhackforsushi.com/code/cowpatty/$pkgver/cowpatty-$pkgver.tgz")
16 md5sums=('b90fd36ad987c99e7cc1d2a05a565cbd')
18 build() {
19   cd "$srcdir/$pkgname-$pkgver"
20   make 
21   make strip 
24 package() {
25   cd "$srcdir/$pkgname-$pkgver"
26   make DESTDIR="$pkgdir/" BINDIR="/usr/bin/" install
27   install -D -m644 dict "$pkgdir"/usr/share/cowpatty/dict
28   install -D -m644 COPYING "$pkgdir"/usr/share/licenses/"$pkgname"/COPYING