CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fltk2: Updated to version r7513.
[attic/ports/opt-cross.git] / hostap-utils / Pkgfile
CommitLineData
8837d4e0
VM
1# Description: hostap-utils
2# URL: http://hostap.epitest.fi/
3# Maintainer: Victor Martinez, pitillo at ono dot com
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
8837d4e0
VM
5# Depends on:
6
7name=hostap-utils
8version=0.4.7
9release=1
10source=(http://hostap.epitest.fi/releases/$name-$version.tar.gz)
11
12build() {
13 cd $name-$version
14 make
15 install -D -m 0755 hostap_fw_load $PKG/usr/bin/hostap_fw_load
16 install -D -m 0755 prism2_param $PKG/usr/bin/prism2_param
17 install -D -m 0755 split_combined_hex $PKG/usr/bin/split_combined_hex
18 install -D -m 0755 prism2_srec $PKG/usr/bin/prism2_srec
19 install -D -m 0755 hostap_rid $PKG/usr/bin/hostap_rid
20 install -D -m 0755 hostap_crypt_conf $PKG/usr/bin/hostap_crypt_conf
21 install -D -m 0755 hostap_diag $PKG/usr/bin/hostap_diag
22 install -D -m 0755 hostap_fw_load $PKG/usr/bin/hostap_fw_load
23 install -D -m 0755 hostap_io_debug $PKG/usr/bin/hostap_io_debug
24}