From a469da22d2381caa14bbbb504268a58703652eca Mon Sep 17 00:00:00 2001 From: Lukc Date: Tue, 21 Dec 2010 09:56:06 +0100 Subject: Recette mise à jour. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iproute2/Pkgfile | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index 409003c..a75c1ae 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -1,4 +1,4 @@ -description="A collection of utilites for controlling TCP/IP networking and traffic in Linux" +description="A collection of utilites for controlling TCP/IP networking and traffic in Linux." packager="CRUX System Team " maintainer="Lukc " url="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2" @@ -11,8 +11,17 @@ source=(http://devresources.linuxfoundation.org/dev/iproute2/download/$name-$ver build () { cd $name-$version; - sed -i "s|-O2|$CFLAGS -DIPT_LIB_DIR=\\\\\"/usr/lib/xtables\\\\\"|" Makefile; - make; + sed -i "s|-O2|$CFLAGS -DIPT_LIB_DIR=\\\\\"$prefix/lib/xtables\\\\\"|" Makefile; + make ${CTARGET:+CC=$CTARGET-gcc}; make MANDIR=$mandir DESTDIR=$PKG install; + + install -d $PKG/{{s,}bin,$prefix/{${mandir/$prefix}/man8,sbin}} + install ping $PKG/bin + install arping $PKG/sbin + install tracepath clockdiff rarpd rdisc ipg tftpd $PKG$prefix/sbin + cp -d $SRC/$name-man-$version/* $PKG$mandir/man8 + + rm $PKG$mandir/man8/*6.* + chmod u+s $PKG/bin/ping install -D -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net } -- cgit v1.2.3-54-g00ecf