traceroute: update to 2.0.16

This commit is contained in:
Juergen Daubert 2010-11-07 13:22:04 +01:00
parent 4c19b41560
commit d4e95d3140
3 changed files with 7 additions and 13 deletions

View File

@ -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

View File

@ -1 +1 @@
964d599ef696efccdeebe7721cd4828d traceroute-1.4a12.tar.gz
3e84c525cdb4184d64aacaf9225e6503 traceroute-2.0.16.tar.gz

View File

@ -1,20 +1,14 @@
# Description: A tool to trace the route of ip packets
# URL: ftp://ftp.ee.lbl.gov/
# URL: http://traceroute.sourceforge.net/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=traceroute
version=1.4a12
version=2.0.16
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 --prefix=/usr
make
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 CFLAGS="$CFLAGS"
make DESTDIR=$PKG prefix=/usr mandir=/usr/man install
}