milis/talimatname/genel/wireless-tools/talimat

18 lines
480 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Kablosuz Uzantıları değiştirmeye izin veren araçlar
# URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
# Packager: milisarge@gmail.com
# Depends on:
name=wireless-tools
version=29
release=1
source=( http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.$version.tar.gz)
build() {
cd wireless_tools.$version
make
mkdir -p $PKG/usr/{sbin,lib,include,share/man}
make PREFIX=$PKG/usr INSTALL_MAN=$PKG/usr/share/man install
}