summaryrefslogtreecommitdiffstats
path: root/wireless_tools/Pkgfile
blob: 057bca443f8f5e5a237545d90e4de33979f39a91 (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:
# Run on:

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
}