Skip to content
Snippets Groups Projects
Commit 4491c130 authored by Natanael Copa's avatar Natanael Copa
Browse files

core/wireless_tools: new aport

Wireless Tools
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
parent 69204473
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wireless_tools
pkgver=29
pkgrel=0
pkgdesc="Wireless Tools"
url="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
license="GPL"
subpackages="$pkgname-dev $pkgname-doc"
depends=
makedepends=
source="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/$pkgname.$pkgver.tar.gz"
build ()
{
cd $srcdir/wireless_tools.$pkgver
make || return 1
make INSTALL_DIR=$pkgdir/usr/sbin \
INSTALL_LIB=$pkgdir/usr/lib \
INSTALL_INC=$pkgdir/usr/include \
INSTALL_MAN=$pkgdir/usr/share/man install || return 1
}
md5sums="e06c222e186f7cc013fd272d023710cb wireless_tools.29.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment