CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openbox: initial import (verified compilation)
[attic/ports/opt-cross.git] / hostap-utils / Pkgfile
1 # Description: hostap-utils
2 # URL: http://hostap.epitest.fi/
3 # Maintainer: Victor Martinez, pitillo at ono dot com
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on:
6
7 name=hostap-utils
8 version=0.4.7
9 release=1
10 source=(http://hostap.epitest.fi/releases/$name-$version.tar.gz)
11
12 build() {
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 }