New package: traceroute-2.0.18.
This commit is contained in:
parent
a3db2f31de
commit
cf942d34d0
2 changed files with 19 additions and 0 deletions
17
srcpkgs/traceroute/template
Normal file
17
srcpkgs/traceroute/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'traceroute'
|
||||||
|
pkgname=traceroute
|
||||||
|
version=2.0.18
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_install_args="prefix=/usr"
|
||||||
|
short_desc="traceroute(8) for linux"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://traceroute.sourceforge.net"
|
||||||
|
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
checksum=5994a88520927fefe3c9754aaf1e02b4d0f3f8fb1f521a68fa86215c3fcab9ef
|
||||||
|
long_desc="
|
||||||
|
Traceroute tracks the route packets taken from an IP network on their way to
|
||||||
|
a given host. It utilizes the IP protocol's time to live (TTL) field and
|
||||||
|
attempts to elicit an ICMP TIME_EXCEEDED response from each gateway along
|
||||||
|
the path to the host."
|
2
srcpkgs/traceroute/traceroute.rshlibs
Normal file
2
srcpkgs/traceroute/traceroute.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
libm.so.6
|
||||||
|
libc.so.6
|
Loading…
Reference in a new issue