X-Git-Url: http://gitweb/?a=blobdiff_plain;f=traceroute%2FPkgfile;h=a2b6e614a008434877deec10c92e57a373d9a5be;hb=c79e35c53fa398c190b547159fef65c9cefad145;hp=62af73b31b6ef6f026a93cf07371047a5722f304;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git 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