traceroute: removed

This commit is contained in:
Juergen Daubert 2014-02-15 17:36:48 +01:00
parent af10dbe433
commit c6faa5d2ae
3 changed files with 0 additions and 21 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-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 +0,0 @@
dd15d563993020d088ba02e8f987deaf traceroute-2.0.19.tar.gz

View File

@ -1,14 +0,0 @@
# Description: A tool to trace the route of ip packets
# URL: http://traceroute.sourceforge.net/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=traceroute
version=2.0.19
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz)
build() {
cd $name-$version
make CFLAGS="$CFLAGS"
make DESTDIR=$PKG prefix=/usr mandir=/usr/man install
}