CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed major update for Arch-Maintainer's email (all ports)
[crossrootfs.git] / wireless-tools / Pkgfile
1 # Description: Tools to configure and manipulate wlan devices
2 # URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
3 # Maintainer: Till Biedermann, tillbiedermann at yahoo dot de
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on:
6
7 name=wireless-tools
8 version=29
9 release=1
10 source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${name/-/_}.$version.tar.gz)
11
12 build() {
13 cd ${name/-/_}.$version
14 make CC="$CC" CFLAGS="$CFLAGS"
15 make PREFIX=$PKG/usr install
16 }
17