void-packages/srcpkgs/iw/template
UsernameRandomlyGenerated 4426d96aaf iw: update to 5.16.
2022-04-27 14:02:53 +02:00

21 lines
627 B
Bash

# Template file for 'iw'
pkgname=iw
version=5.16
revision=1
hostmakedepends="pkg-config libnl3-devel"
makedepends="libnl3-devel"
short_desc="Utility for nl80211 based CLI configuration of wireless devices"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="ISC"
homepage="http://wireless.kernel.org/en/users/Documentation/iw"
distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
checksum=4c44e42762f903f9094ba5a598998c800a97a62afd6fd31ec1e0a799e308659c
do_build() {
make V=1 CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
vlicense COPYING
}