forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to testing-x86_64
git-svn-id: file:///srv/repos/svn-packages/svn@394632 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
eworm
committed
Aug 24, 2020
1 parent
c3ac65d
commit 86e5391
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Maintainer: Thomas Bächler <[email protected]> | ||
|
||
pkgname=iw | ||
pkgver=5.4 | ||
pkgrel=2 | ||
pkgdesc='nl80211 based CLI configuration utility for wireless devices' | ||
arch=('x86_64') | ||
url='https://wireless.wiki.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 | ||
} |