[arch-commits] Commit in iw/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Dec 5 12:51:00 UTC 2019


    Date: Thursday, December 5, 2019 @ 12:50:59
  Author: eworm
Revision: 370417

archrelease: copy trunk to testing-x86_64

Added:
  iw/repos/testing-x86_64/
  iw/repos/testing-x86_64/PKGBUILD
    (from rev 370416, iw/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: iw/repos/testing-x86_64/PKGBUILD (from rev 370416, iw/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-12-05 12:50:59 UTC (rev 370417)
@@ -0,0 +1,25 @@
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=iw
+pkgver=5.4
+pkgrel=1
+pkgdesc='nl80211 based CLI configuration utility for wireless devices'
+arch=('x86_64')
+url='https://wireless.kernel.org/en/users/Documentation/iw'
+license=('GPL')
+depends=('libnl')
+makedepends=('linux-api-headers')
+validpgpkeys=('C0EBC440F6DA091C884D8532E0F373F37BF9099A') # Johannes Berg
+source=("https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar."{xz,sign})
+sha256sums=('a2469f677088d7b1070a7fbb28f3c747041697e8f6ec70783339cb1bc27a395f'
+            'SKIP')
+
+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