[arch-commits] Commit in (4 files)

daniel at archlinux.org daniel at archlinux.org
Fri Jun 12 16:33:30 UTC 2009


    Date: Friday, June 12, 2009 @ 12:33:30
  Author: daniel
Revision: 42295

New (opt)dependency for wicd

Added:
  python-iwscan/
  python-iwscan/repos/
  python-iwscan/trunk/
  python-iwscan/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Added: python-iwscan/trunk/PKGBUILD
===================================================================
--- python-iwscan/trunk/PKGBUILD	                        (rev 0)
+++ python-iwscan/trunk/PKGBUILD	2009-06-12 16:33:30 UTC (rev 42295)
@@ -0,0 +1,18 @@
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=python-iwscan
+pkgver=20090609
+pkgrel=1
+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=('python' 'wireless_tools')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-20090609.tar.gz)
+md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
+
+build() {
+	cd ${srcdir}/${pkgname}
+	python setup.py build
+	python setup.py install --root=${pkgdir}	
+}




More information about the arch-commits mailing list