summaryrefslogtreecommitdiffstats
path: root/wireless_tools/Pkgfile
blob: 135fee80b06950773fafacd7df943551c13ddd40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Outils pour la gestion de réseaux sans fils
# URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
# Maintainer: Jean Tourrilhes jt at hpl.hp dot com 
# Packager: thierryn1 at hispeed dot ch
# Depends on: ipw2100-fw,ipw2200-fw
# Run on: ipw2100-fw,ipw2200-fw

name=wireless_tools
version=29
release=1
source=(  http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/$name.$version.tar.gz)


build() {
	cd $name.$version
	make
	mkdir -p $PKG/usr/{sbin,lib,include}
	mkdir -p $PKG/usr/share/
	make PREFIX=$PKG/usr install
	mv $PKG/usr/man $PKG/usr/share
}