[arch-commits] Commit in iw/repos (testing-i686 testing-i686/PKGBUILD)

Thomas Bächler thomas at archlinux.org
Sat Aug 13 23:03:10 UTC 2011


    Date: Saturday, August 13, 2011 @ 19:03:10
  Author: thomas
Revision: 135458

archrelease: copy trunk to testing-i686

Added:
  iw/repos/testing-i686/
  iw/repos/testing-i686/PKGBUILD
    (from rev 135457, iw/trunk/PKGBUILD)

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

Copied: iw/repos/testing-i686/PKGBUILD (from rev 135457, iw/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-08-13 23:03:10 UTC (rev 135458)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=iw
+pkgver=3.0
+pkgrel=1
+pkgdesc="nl80211 based CLI configuration utility for wireless devices"
+arch=("i686" "x86_64")
+url="http://wireless.kernel.org/en/users/Documentation/iw"
+license=("GPL")
+depends=("libnl")
+makedepends=("kernel-headers")
+source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a0ccbf1ce71ae4bdb05495ca18ab00a87c06dce2c3bf8b8358c615e60c4632fb')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list