[arch-commits] Commit in iw/repos (4 files)

Thomas Bächler thomas at nymeria.archlinux.org
Sun May 5 13:59:09 UTC 2013


    Date: Sunday, May 5, 2013 @ 15:59:09
  Author: thomas
Revision: 184276

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

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

-------------------------+
 testing-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: iw/repos/testing-i686/PKGBUILD (from rev 184275, iw/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-05-05 13:59:09 UTC (rev 184276)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=iw
+pkgver=3.10
+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=("linux-api-headers")
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('456ee212cfb728e292667caa508a7dff902666c78579814756a3012d68d64fe9')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: iw/repos/testing-x86_64/PKGBUILD (from rev 184275, iw/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-05-05 13:59:09 UTC (rev 184276)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=iw
+pkgver=3.10
+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=("linux-api-headers")
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('456ee212cfb728e292667caa508a7dff902666c78579814756a3012d68d64fe9')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list