### this file is sourced not run
PKGVER=4.3
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=iw-$PKGVER.tar.xz
MD5SUM=7adec72e91ebdd9c55429fa34a23a6f5
SRC_URL=https://www.kernel.org/pub/software/network/iw/$TARBALL
BUNDLE=

SLACKREQ='libnl'
SLACKDESC="iw: iw $PKGVER (Linux wireless config tool)
iw: 
iw: iw is a new nl80211 based CLI configuration utility for wireless 
iw: devices. It supports all new drivers that have been added to the 
iw: kernel recently.
iw: 
iw: https://wireless.wiki.kernel.org/en/users/documentation/iw
iw: 
iw: 
iw: 
iw:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	export PKG_CONFIG_PATH=/usr/$LIBDIR/pkgconfig
	cd /tmp/iw* &&
	make $MAKEFLAGS && make install &&
	pkg_build_slackdesc
}


