From 6a7beec8c5198675734faeaf3fd2ea4d4cd870f5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 30 Nov 2009 22:05:10 +0100 Subject: [PATCH] Added wireless_tools-29 build template. --HG-- extra : convert_revision : 4d18753a543b072b64808a727eaeea8fd14a44a7 --- srcpkgs/wireless_tools/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/wireless_tools/template diff --git a/srcpkgs/wireless_tools/template b/srcpkgs/wireless_tools/template new file mode 100644 index 00000000000..78a9d68a444 --- /dev/null +++ b/srcpkgs/wireless_tools/template @@ -0,0 +1,21 @@ +# Template file for 'wireless_tools' +pkgname=wireless_tools +version=29 +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 " +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." + +Add_dependency full glibc