summaryrefslogblamecommitdiff
path: root/user/iw/APKBUILD
blob: 8fcf95d054c8bc03e15ff0648fbccae228e4b484 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            
              
          
          



                                                                
                                         













                                                                                 
                                                                                                                                                            
# Contributor: Mira Ressel <aranea@aixah.de>
# Maintainer: 
pkgname=iw
pkgver=5.4
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="84408194e5b3a2f119ae9711d856ecb4343734ebb91150e0441b2410af8f75f460ce9ab1ce7151b0dda3926270bcb80fa684058945b7549c98964a0379e39ba2  iw-5.4.tar.xz"