CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
binutils: update to 2.22. Removed host's texinfo dependency.
[crossrootfs.git] / traceroute / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: A tool to trace the route of ip packets
2# URL: ftp://ftp.ee.lbl.gov/
3# Maintainer: CRUX System Team, core-ports at crux dot nu
b751b192 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6dca1d21
JB
5# Depends on:
6
7name=traceroute
2316afb5 8version=2.0.17
6dca1d21 9release=1
2316afb5 10source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz)
6dca1d21
JB
11
12build() {
13 cd $name-$version
2316afb5
VM
14 make CROSS="$CTARGET-" LDFLAGS="-L../libsupp -s"
15 make DESTDIR=$PKG prefix=/usr mandir=/usr/man install
6dca1d21 16}