summaryrefslogtreecommitdiff
path: root/extra/python-iwscan/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python-iwscan/PKGBUILD')
-rw-r--r--extra/python-iwscan/PKGBUILD18
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}
+}