# Contributor: Michael Mason # Contributor: Francesco Colista # Maintainer: Dan Theisen # Note: Sorry this is disgusting, I blame the author for archiving it using a silly naming scheme pkgname=wireless-tools pkgver=30_pre9 _pkgname=${pkgname/-/_} _pkgver=${pkgver/_/.} _pkgmaj=${pkgver%_pre[0-9]*} pkgrel=0 pkgdesc="Open Source wireless tools" url="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" arch="all" license="GPL-2.0-or-later" depends="" makedepends="linux-headers" install="" options="!check" # these applications have no testsuite subpackages="$pkgname-dev $pkgname-doc" source="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.${_pkgver}.tar.gz" builddir="$srcdir"/"$_pkgname"."$_pkgmaj" build() { cd "$builddir" make } package() { cd "$builddir" make INSTALL_DIR="$pkgdir"/usr/sbin \ INSTALL_LIB="$pkgdir"/usr/lib \ INSTALL_INC="$pkgdir"/usr/include \ INSTALL_MAN="$pkgdir"/usr/share/man install } sha512sums="0561923bca075af4754d21e1be303cbd1ce3558cb6481c9c12bc7d330a353acf8ad81a822488570e859480287999c3bb2a698c993556a92f0699743e0a527ff1 wireless_tools.30.pre9.tar.gz"