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

Thomas Bächler thomas at nymeria.archlinux.org
Sun Sep 29 08:59:36 UTC 2013


    Date: Sunday, September 29, 2013 @ 10:59:36
  Author: thomas
Revision: 195254

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

Added:
  iw/repos/testing-i686/
  iw/repos/testing-i686/PKGBUILD
    (from rev 195253, iw/trunk/PKGBUILD)
  iw/repos/testing-x86_64/
  iw/repos/testing-x86_64/PKGBUILD
    (from rev 195253, 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 195253, iw/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-09-29 08:59:36 UTC (rev 195254)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=iw
+pkgver=3.11
+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=('e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" SBINDIR="/usr/bin" install
+}

Copied: iw/repos/testing-x86_64/PKGBUILD (from rev 195253, iw/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-09-29 08:59:36 UTC (rev 195254)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=iw
+pkgver=3.11
+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=('e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" SBINDIR="/usr/bin" install
+}




More information about the arch-commits mailing list