CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
traceroute: update to 2.0.17
authorVictor Martinez <pitillo@ono.com>
Tue, 15 Mar 2011 08:16:34 +0000 (08:16 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 15 Mar 2011 08:16:34 +0000 (08:16 +0000)
traceroute/.footprint
traceroute/.md5sum
traceroute/Pkgfile

index afad37d6e7429f8326d43f18522eb36a784f3131..c8beea73c49c7e08e669b5d668a8832b38e8106b 100644 (file)
@@ -1,6 +1,6 @@
 drwxr-xr-x     root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
--rwsr-sr-x     root/root       usr/bin/traceroute
+-rwxr-xr-x     root/root       usr/bin/traceroute
 drwxr-xr-x     root/root       usr/man/
 drwxr-xr-x     root/root       usr/man/man8/
 -rw-r--r--     root/root       usr/man/man8/traceroute.8.gz
index 09b01d9ea304e725662e46282c8011a33a04dfa2..10c416c1b38f37c9418ff82f56da941155e65abc 100644 (file)
@@ -1 +1 @@
-964d599ef696efccdeebe7721cd4828d  traceroute-1.4a12.tar.gz
+01b609719249db7bc6de12167d2f4dc9  traceroute-2.0.17.tar.gz
index 918c760f67a409ce4729d5d6715053b3c4a41a70..0b64ecea8556acc2b221690ca5da8e2b4a943c39 100644 (file)
@@ -5,23 +5,12 @@
 # Depends on:
 
 name=traceroute
-version=1.4a12
+version=2.0.17
 release=1
-source=(ftp://ftp.ee.lbl.gov/$name-$version.tar.gz)
+source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version/$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
-  chmod +s $PKG/usr/bin/traceroute
+  make CROSS="$CTARGET-" LDFLAGS="-L../libsupp -s"
+  make DESTDIR=$PKG prefix=/usr mandir=/usr/man install
 }