summaryrefslogblamecommitdiff
path: root/user/iw/APKBUILD
blob: a8330799b805702427191fe06b5ac4ca2d1b1c5c (plain) (tree)
1
2
3
4


                                            
          


















                                                                                 
                                                                                                                                                            
# Contributor: Luis Ressel <aranea@aixah.de>
# Maintainer: Luis Ressel <aranea@aixah.de>
pkgname=iw
pkgver=5.3
pkgrel=0
pkgdesc="CLI configuration utility for wireless devices"
url="https://wireless.wiki.kernel.org/en/users/Documentation/iw"
arch="all"
options="!check" # no usable test suite
license="ISC"
depends=""
makedepends="libnl3-dev linux-headers pkgconfig"
subpackages="$pkgname-doc"
source="https://kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz"

build() {
	make V=1
}

package() {
	make V=1 DESTDIR="$pkgdir" install
}

sha512sums="986fb7cf37cc3cab7b4058b5b73fadf1dc101fa764a144c9e4fc400d2327429df53fefbd4ea9ee63821e793a4118d468012a857800521ecf9973a7b9428229c9  iw-5.3.tar.xz"