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

Thomas Bächler thomas at archlinux.org
Sun May 13 13:15:11 UTC 2012


    Date: Sunday, May 13, 2012 @ 09:15:10
  Author: thomas
Revision: 158934

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  iw/repos/testing-x86_64/
  iw/repos/testing-x86_64/PKGBUILD
    (from rev 158933, iw/trunk/PKGBUILD)

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

Copied: iw/repos/testing-x86_64/PKGBUILD (from rev 158933, iw/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-05-13 13:15:10 UTC (rev 158934)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=iw
+pkgver=3.4
+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=('989b5677588e32de6eda97bf978810b366a7620f78f26f9cc61c15bdb434218a')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list