updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / wirouterkeyrec / PKGBUILD
blobf4d6fde525755becccf176f15b3ecc46a32ba4db
1 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
2 # Contributor: Pierluigi Picciau <pierluigi.picciau@gmail.com>
3 # Contributor: NGM <ngm270189 {at} gmail.com>
5 pkgname=wirouterkeyrec
6 pkgver=1.1.0
7 pkgrel=1
8 pkgdesc="A powerful software to recover the default WPA passphrases (Telecom Italia Alice AGPF, Fastweb Pirelli, Fastweb Tesley, Eircom Netopia, Pirelli TeleTu/Tele 2)"
9 arch=('i686' 'x86_64')
10 url="http://www.salvatorefresta.net/index.php/tools"
11 license=('GPL')
12 depends=('glibc')
13 source=("http://tools.salvatorefresta.net/WiRouter_KeyRec_$pkgver.zip")
14 md5sums=('3cc3f97a4253994914768bc3a8e25d33')
16 build() {
17   cd "$srcdir/WiRouter_KeyRec_$pkgver"
18   ./configure --prefix=/usr \
19     --sysconfdir=/etc
20   make
23 package() {
24   cd "$srcdir/WiRouter_KeyRec_$pkgver"
25   make DESTDIR="${pkgdir}" install