void-packages/srcpkgs/iw/template
maxice8 5ea869d43b iw: update to 4.14.
Closes: #10451 [via git-merge-pr]
2018-01-06 14:24:03 +01:00

20 lines
620 B
Bash

# Template file for 'iw'
pkgname=iw
version=4.14
revision=1
hostmakedepends="pkg-config libnl3-devel"
makedepends="libnl3-devel"
short_desc="nl80211 based CLI configuration utility for wireless devices"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
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=f01671c0074bfdec082a884057edba1b9efd35c89eda554638496f03b769ad89
do_build() {
make V=1 CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
vlicense COPYING
}