From: Victor Martinez Date: Mon, 15 Feb 2010 11:05:51 +0000 (+0000) Subject: iputils: Updated to s20100214. X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=sidebyside;h=fb2260373f45e0057c25caa0d2b3b025e48a86d2;p=crossrootfs.git iputils: Updated to s20100214. --- diff --git a/iputils/.md5sum b/iputils/.md5sum index 519095e..d0903d5 100644 --- a/iputils/.md5sum +++ b/iputils/.md5sum @@ -1,3 +1,2 @@ -91ec714aed9abdb1c91eb7b75b59290f iputils-man-s20071127.tar.bz2 -df44228e87bb629c3d3aa562f7966ebf iputils-s20071127-open_max.patch -12245e9927d60ff5cf4a99d265bcb7d3 iputils-s20071127.tar.bz2 +9ae9fc1f32f1aa25f183860370e8ecf4 iputils-man-s20100214.tar.xz +37596c8b3eed537294e77464b9804726 iputils-s20100214.tar.bz2 diff --git a/iputils/Pkgfile b/iputils/Pkgfile index cf87f76..5e0ee00 100644 --- a/iputils/Pkgfile +++ b/iputils/Pkgfile @@ -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