CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssh: new source tarball (fixed version number)
[crossrootfs.git] / wireless-tools / Pkgfile
index 18ce78b6631240dc80a350cd5c40b9375348284d..b0aea11b93613969715aeb1fe216742c61951590 100644 (file)
@@ -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, crux-arm at mikeux dot dyndns dot org
+# 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
 }
-