updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / wifite / PKGBUILD
blobdaea2fd71fff89d0fb0dc7295546b5dab43a283c
1 # Maintainer: Erwann Traourouder <erwann dot traourouder at gmail dot com>
2 pkgname=wifite
3 pkgver=1
4 pkgrel=1
5 pkgdesc="A tool to attack multiple WEP and WPA encrypted networks at the same time"
6 arch=(any)
7 url="http://code.google.com/p/wifite/"
8 license=('GPL')
9 depends=(python2 tk)
10 source=("http://$pkgname.googlecode.com/svn/trunk/$pkgname.py")
11 noextract=()
12 md5sums=('2518d526f13a51e7e3bbe243a3b8671f')
14 build() {
15   cd "$srcdir"
16   sed -i "s#/usr/bin/python#/usr/bin/python2#g" "$pkgname.py"
17   install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"