summaryrefslogtreecommitdiffstats
path: root/abs/extra/iw
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-17 00:05:30 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:05 (GMT)
commit859decb6e331f0cb49c2b2b94b0f39ed154292a4 (patch)
tree19bc3de5ab2d764c270e1bb1f899267c538885ed /abs/extra/iw
parenta256cea7231ed200a5dc44d4f15e9cbd5f04e6e6 (diff)
downloadlinhes_pkgbuild-859decb6e331f0cb49c2b2b94b0f39ed154292a4.zip
linhes_pkgbuild-859decb6e331f0cb49c2b2b94b0f39ed154292a4.tar.gz
linhes_pkgbuild-859decb6e331f0cb49c2b2b94b0f39ed154292a4.tar.bz2
icu, iw:
update binary path to /usr/bin refs #961
Diffstat (limited to 'abs/extra/iw')
-rw-r--r--abs/extra/iw/PKGBUILD10
-rw-r--r--abs/extra/iw/__changelog5
2 files changed, 9 insertions, 6 deletions
diff --git a/abs/extra/iw/PKGBUILD b/abs/extra/iw/PKGBUILD
index ed927b0..48da071 100644
--- a/abs/extra/iw/PKGBUILD
+++ b/abs/extra/iw/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 159175 2012-05-17 10:12:16Z thomas $
+# $Id: PKGBUILD 195909 2013-10-05 07:30:47Z thomas $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=iw
-pkgver=3.4
+pkgver=3.11
pkgrel=1
pkgdesc="nl80211 based CLI configuration utility for wireless devices"
arch=("i686" "x86_64")
@@ -10,8 +10,8 @@ url="http://wireless.kernel.org/en/users/Documentation/iw"
license=("GPL")
depends=("libnl")
makedepends=("linux-api-headers")
-source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('989b5677588e32de6eda97bf978810b366a7620f78f26f9cc61c15bdb434218a')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff')
build() {
cd "$srcdir"/$pkgname-$pkgver
@@ -20,5 +20,5 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" SBINDIR="/usr/bin" install
}
diff --git a/abs/extra/iw/__changelog b/abs/extra/iw/__changelog
index 9723f2f..2f6d9a5 100644
--- a/abs/extra/iw/__changelog
+++ b/abs/extra/iw/__changelog
@@ -1 +1,4 @@
-linux-api-headers
+no changes, but version.c needs to be createdoutside of our git
+copy to /tmp
+makepkg
+copy srcdir back