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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Thu Mar 7 11:57:56 UTC 2013


    Date: Thursday, March 7, 2013 @ 12:57:55
  Author: foutrelis
Revision: 179574

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

Added:
  iw/repos/staging-i686/
  iw/repos/staging-i686/PKGBUILD
    (from rev 179573, iw/trunk/PKGBUILD)
  iw/repos/staging-x86_64/
  iw/repos/staging-x86_64/PKGBUILD
    (from rev 179573, iw/trunk/PKGBUILD)

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

Copied: iw/repos/staging-i686/PKGBUILD (from rev 179573, iw/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-03-07 11:57:55 UTC (rev 179574)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=iw
+pkgver=3.8
+pkgrel=3
+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=('50c07d5fcf38240b3912fb6950f6ec566b8d27c321cbdacc1de53fc3be96af9a')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: iw/repos/staging-x86_64/PKGBUILD (from rev 179573, iw/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-03-07 11:57:55 UTC (rev 179574)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=iw
+pkgver=3.8
+pkgrel=3
+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=('50c07d5fcf38240b3912fb6950f6ec566b8d27c321cbdacc1de53fc3be96af9a')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list