From 8fe37bb5d5077cf95321a8061058b2d5f4c32050 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 10 Dec 2009 17:51:51 +0100 Subject: [PATCH] traceroute: cleaned up --- traceroute/Pkgfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/traceroute/Pkgfile b/traceroute/Pkgfile index 62af73b..a2b6e61 100644 --- a/traceroute/Pkgfile +++ b/traceroute/Pkgfile @@ -1,7 +1,7 @@ # Description: A tool to trace the route of ip packets # URL: ftp://ftp.ee.lbl.gov/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Ach Maintainer: CRUX ARM System Team +# Ach Maintainer: CRUX ARM System Team, crux-arm at mikeux dot dyndns dot org # Depends on: name=traceroute @@ -11,12 +11,15 @@ source=(ftp://ftp.ee.lbl.gov/$name-$version.tar.gz) build() { cd $name-$version + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr + make CFLAGS="$CFLAGS -I./linux-include" mkdir -p $PKG/usr/sbin $PKG/usr/man/man8 make DESTDIR=$PKG install install-man + mv $PKG/usr/sbin $PKG/usr/bin chown -R root.root $PKG chmod -R +w $PKG -- 2.26.2