### this file is sourced not run
PKGVER=30.pre9
PKGBUILD=1
PKGARCH=x86_64

# BLFS 7.7rc1 updated to 30.pre9
TARBALL=wireless_tools.30.pre9.tar.gz
MD5SUM=ca91ba7c7eff9bfff6926b1a34a4697d
SRC_URL=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='wireless-tools: wireless-tools 30.pre9 (Linux wifi tools)  
wireless-tools:  
wireless-tools: The Wireless Extension (WE) is a generic API in the Linux 
wireless-tools: kernel allowing a driver to expose configuration and 
wireless-tools: statistics specific to common Wireless LANs to user space. The 
wireless-tools: Wireless Tools (WT) package is a set of tools allowing 
wireless-tools: manipulation of the Wireless Extensions. They use a textual 
wireless-tools: interface to support the full Wireless Extension.  
wireless-tools: 
wireless-tools: 
wireless-tools: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/wireless*
	#sed -i -e 's|^BUILD_STATIC|#BUILD_STATIC|' Makefile
	make $MAKEFLAGS &&
	make PREFIX=/usr INSTALL_MAN=/usr/share/man install INSTALL_LIB=/usr/lib64 &&
	pkg_build_slackdesc
}


