CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
traceroute: cleaned up
authorJose V Beneyto <sepen@crux.nu>
Thu, 10 Dec 2009 16:51:51 +0000 (17:51 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 10 Dec 2009 16:51:51 +0000 (17:51 +0100)
traceroute/Pkgfile

index 62af73b31b6ef6f026a93cf07371047a5722f304..a2b6e614a008434877deec10c92e57a373d9a5be 100644 (file)
@@ -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