X-Git-Url: http://gitweb/?a=blobdiff_plain;f=wireless-tools%2FPkgfile;h=b0aea11b93613969715aeb1fe216742c61951590;hb=41f28a1ba163e7beac8f77df4f51e515eaf85d7a;hp=2c0af77b52836a5b50df4d4af34c3f96ca0bda98;hpb=83e7e2d09802b3a99d4eda97a03cad72a1b1039a;p=crossrootfs.git diff --git a/wireless-tools/Pkgfile b/wireless-tools/Pkgfile index 2c0af77..b0aea11 100644 --- a/wireless-tools/Pkgfile +++ b/wireless-tools/Pkgfile @@ -1,7 +1,7 @@ # Description: Tools to configure and manipulate wlan devices # URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html # Maintainer: Till Biedermann, tillbiedermann at yahoo dot de -# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=wireless-tools @@ -12,6 +12,5 @@ source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${name/-/_}.$versio build() { cd ${name/-/_}.$version make CC="$CC" CFLAGS="$CFLAGS" - make PREFIX=$PKG/usr install + make PREFIX=$PKG/usr install } -