CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Merged changes from noeabi (72cbd18e791bd2edff0e8d23873136187f0cd936)
[crossrootfs.git] / traceroute / Pkgfile
index 62af73b31b6ef6f026a93cf07371047a5722f304..c083759db201a8b701ab91a45953f45ba45c67ff 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
+# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu
 # 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