summaryrefslogtreecommitdiff
path: root/testing/iw/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-03 16:37:12 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-03 16:37:12 -0300
commit0ec0464a32563349252dda85e9176a9475d6fc34 (patch)
tree2a9596ff6111e4edd6c435f639c5f8b9e8e6e95f /testing/iw/PKGBUILD
parentfd79a8838924a7320059d01dd72558f1cbceca0b (diff)
testing and other testing stuff
Diffstat (limited to 'testing/iw/PKGBUILD')
-rw-r--r--testing/iw/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/iw/PKGBUILD b/testing/iw/PKGBUILD
deleted file mode 100644
index 1e7cbe073..000000000
--- a/testing/iw/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 165785 2012-08-29 23:06:26Z thomas $
-# Maintainer: Thomas Bächler <thomas@archlinux.org>
-
-pkgname=iw
-pkgver=3.6
-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=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cdb6c857')
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- make
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}