[arch-commits] Commit in iw/repos (4 files)
Thomas Bächler
thomas at archlinux.org
Sun Oct 19 21:57:11 UTC 2014
Date: Sunday, October 19, 2014 @ 23:57:11
Author: thomas
Revision: 224838
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
iw/repos/testing-i686/
iw/repos/testing-i686/PKGBUILD
(from rev 224837, iw/trunk/PKGBUILD)
iw/repos/testing-x86_64/
iw/repos/testing-x86_64/PKGBUILD
(from rev 224837, 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 224837, iw/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-10-19 21:57:11 UTC (rev 224838)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=iw
+pkgver=3.17
+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=('48a62eb5cd8e757c9617749df96b01f133c184f6c107f18be660ee08f155fa93')
+
+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 224837, iw/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-19 21:57:11 UTC (rev 224838)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=iw
+pkgver=3.17
+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=('48a62eb5cd8e757c9617749df96b01f133c184f6c107f18be660ee08f155fa93')
+
+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