From 2316afb5565690eddea1b45c4e13bfd6851f48e0 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 15 Mar 2011 08:16:34 +0000 Subject: [PATCH] traceroute: update to 2.0.17 --- traceroute/.footprint | 2 +- traceroute/.md5sum | 2 +- traceroute/Pkgfile | 19 ++++--------------- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/traceroute/.footprint b/traceroute/.footprint index afad37d..c8beea7 100644 --- a/traceroute/.footprint +++ b/traceroute/.footprint @@ -1,6 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwsr-sr-x root/root usr/bin/traceroute +-rwxr-xr-x root/root usr/bin/traceroute drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/traceroute.8.gz diff --git a/traceroute/.md5sum b/traceroute/.md5sum index 09b01d9..10c416c 100644 --- a/traceroute/.md5sum +++ b/traceroute/.md5sum @@ -1 +1 @@ -964d599ef696efccdeebe7721cd4828d traceroute-1.4a12.tar.gz +01b609719249db7bc6de12167d2f4dc9 traceroute-2.0.17.tar.gz diff --git a/traceroute/Pkgfile b/traceroute/Pkgfile index 918c760..0b64ece 100644 --- a/traceroute/Pkgfile +++ b/traceroute/Pkgfile @@ -5,23 +5,12 @@ # Depends on: name=traceroute -version=1.4a12 +version=2.0.17 release=1 -source=(ftp://ftp.ee.lbl.gov/$name-$version.tar.gz) +source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz) build() { cd $name-$version - - ./configure --build=$CHOST \ - --host=$CTARGET \ - --prefix=/usr - - make CFLAGS="$CFLAGS -I./linux-include" - mkdir -p $PKG/usr/sbin $PKG/usr/man/man8 - make DESTDIR=$PKG install install-man - - mv $PKG/usr/sbin $PKG/usr/bin - chown -R root.root $PKG - chmod -R +w $PKG - chmod +s $PKG/usr/bin/traceroute + make CROSS="$CTARGET-" LDFLAGS="-L../libsupp -s" + make DESTDIR=$PKG prefix=/usr mandir=/usr/man install } -- 2.26.2