CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux-ng: Updated to 2.17.1.
[crossrootfs.git] / iputils / Pkgfile
index cf87f76c85381c0ef419a18155e1f400bfd4abfc..5e0ee006c0129b639c6b939e8d4cd689878a7e10 100644 (file)
@@ -6,20 +6,18 @@
 # Depends on:
 
 name=iputils
-version=s20071127
+version=s20100214
 release=1
 source=(http://www.skbuff.net/iputils/$name-$version.tar.bz2 \
-        http://crux.nu/~jue/files/dist/$name-man-$version.tar.bz2 \
-        $name-$version-open_max.patch)
+        http://crux.nu/files/distfiles/$name-man-$version.tar.xz)
 
 build() {
   cd $name-$version
-  patch -p1 -i $SRC/$name-$version-open_max.patch
   sed -i "/^CCOPT=/s|-O2|$CFLAGS|;s| -g$||" Makefile
   sed 's/IPV6_TARGETS=*/IPV6_TARGETS=/' -i Makefile
 
   make CC="$CC" CFLAGS="$CFLAGS"
-
+  
   install -d $PKG/{{s,}bin,usr/{man/man8,sbin}}
   install ping $PKG/bin
   install arping $PKG/sbin