jobcore/iw/PKGBUILD-arch
2024-05-22 19:54:50 +03:00

25 lines
724 B
Text

# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=iw
pkgver=6.9
pkgrel=1
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=('3f2db22ad41c675242b98ae3942dbf3112548c60a42ff739210f2de4e98e4894'
'SKIP')
build() {
cd "$srcdir"/$pkgname-$pkgver
make
}
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" SBINDIR="/usr/bin" install
}