ports/opt (3.0): wireless-tools: new maintainer and fixed compiler flags
commit 3fd6ef6b2d427c215b9f81bc809e4e0704e28be3 Author: Jose V Beneyto <sepen@crux.nu> Date: Mon Apr 1 17:31:05 2013 +0200 wireless-tools: new maintainer and fixed compiler flags diff --git a/wireless-tools/Pkgfile b/wireless-tools/Pkgfile index 7d2074e..0b970b7 100644 --- a/wireless-tools/Pkgfile +++ b/wireless-tools/Pkgfile @@ -1,6 +1,7 @@ -# Maintainer: Till Biedermann, tillbiedermann at yahoo dot de # Description: Tools to configure and manipulate wlan devices # URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html +# Packager:Till Biedermann, tillbiedermann at yahoo dot de +# Maintainer: Jose V Beneyto, sepen at crux dot nu # Depends on: name=wireless-tools @@ -10,6 +11,11 @@ source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${name/-/_}.$versio build() { cd ${name/-/_}.$version - make && make PREFIX=$PKG/usr install + + # fix compiler flags + sed "s|CFLAGS=|CFLAGS=$CFLAGS |" -i Makefile + + make + make PREFIX=$PKG/usr install }
participants (1)
-
crux@crux.nu