CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
2c0af77b52836a5b50df4d4af34c3f96ca0bda98
[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@crux-arm.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