2009-11-30 21:05:10 +00:00
|
|
|
# Template file for 'wireless_tools'
|
|
|
|
pkgname=wireless_tools
|
|
|
|
version=29
|
2010-04-22 11:53:23 +00:00
|
|
|
revision=2
|
2009-11-30 21:05:10 +00:00
|
|
|
wrksrc="${pkgname}.${version}"
|
|
|
|
distfiles="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/$pkgname.$version.tar.gz"
|
|
|
|
build_style=gnu_makefile
|
|
|
|
make_install_target="INSTALL_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/sbin
|
|
|
|
INSTALL_LIB=$XBPS_DESTDIR/$pkgname-$version/usr/lib
|
|
|
|
INSTALL_INC=$XBPS_DESTDIR/$pkgname-$version/usr/include
|
|
|
|
INSTALL_MAN=$XBPS_DESTDIR/$pkgname-$version/usr/share/man install"
|
|
|
|
short_desc="Set of tools allowing to manipulate the Wireless Extensions"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=6fb80935fe208538131ce2c4178221bab1078a1656306bce8909c19887e2e5a1
|
|
|
|
long_desc="
|
|
|
|
The Wireless Tools (WT) is a set of tools allowing to manipulate the
|
|
|
|
Wireless Extensions. They use a textual interface and are rather crude,
|
|
|
|
but aim to support the full Wireless Extension. There are many other tools
|
|
|
|
you can use with Wireless Extensions, however Wireless Tools is the
|
|
|
|
reference implementation."
|
|
|
|
|
2009-12-08 16:45:23 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-04-22 11:53:23 +00:00
|
|
|
Add_dependency run glibc
|