[arch-commits] Commit in iw/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Mon Dec 29 22:00:40 UTC 2008


    Date: Monday, December 29, 2008 @ 17:00:40
  Author: thomas
Revision: 22902

upgpkg: iw 0.9.7-1

Modified:
  iw/trunk/PKGBUILD	(contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-29 21:52:15 UTC (rev 22901)
+++ PKGBUILD	2008-12-29 22:00:40 UTC (rev 22902)
@@ -1,3 +1,19 @@
 # $Id$
 
 pkgname=iw
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="nl80211 based CLI configuration utility for wireless devices"
+arch=("i686" "x86_64")
+url="http://www.linuxwireless.org/en/users/Documentation/iw"
+license=("GPL")
+depends=("libnl")
+makedepends=("kernel-headers")
+source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('52fa948eb5e2cb525fc884d6e58cdd88')
+
+build() {
+  cd $pkgname-$pkgver
+  make || return 1
+  make DESTDIR=$pkgdir install
+}


Property changes on: iw/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list