CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
coreutils: updated to 8.19
[crossrootfs.git] / traceroute / Pkgfile
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
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on:
6
7 name=traceroute
8 version=2.0.17
9 release=1
10 source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz)
11
12 build() {
13 cd $name-$version
14 make CROSS="$CTARGET-" LDFLAGS="-L../libsupp -s"
15 make DESTDIR=$PKG prefix=/usr mandir=/usr/man install
16 }