CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libarchive: updated to 3.0.4
[crossrootfs.git] / traceroute / Pkgfile
... / ...
CommitLineData
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
7name=traceroute
8version=2.0.17
9release=1
10source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz)
11
12build() {
13 cd $name-$version
14 make CROSS="$CTARGET-" LDFLAGS="-L../libsupp -s"
15 make DESTDIR=$PKG prefix=/usr mandir=/usr/man install
16}