diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /extra/python-iwscan/PKGBUILD |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'extra/python-iwscan/PKGBUILD')
-rw-r--r-- | extra/python-iwscan/PKGBUILD | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/python-iwscan/PKGBUILD b/extra/python-iwscan/PKGBUILD new file mode 100644 index 000000000..83019f82e --- /dev/null +++ b/extra/python-iwscan/PKGBUILD @@ -0,0 +1,18 @@ +# Maintainer: Daniel Isenmann <daniel@archlinux.org> + +pkgname=python-iwscan +pkgver=20090609 +pkgrel=2 +pkgdesc="A Python interface to iwlist, using the iwlib library" +arch=('i686' 'x86_64') +url="http://projects.otaku42.de/browser/python-iwscan" +license=('LGPL') +depends=('python2' 'wireless_tools') +source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-20090609.tar.gz) +md5sums=('30fbe8ad3b07e67c1c35db2de16077d8') + +build() { + cd ${srcdir}/${pkgname} + python2 setup.py build + python2 setup.py install --root=${pkgdir} +} |