[Lunar-commits] r26553 - in moonbase/branches/crater/modules_fixed_for_glibc_2.7: . iputils
Samuel Verstraete
elangelo at lunar-linux.org
Thu Nov 1 18:53:16 CET 2007
Author: elangelo
Date: 2007-11-01 18:53:16 +0100 (Thu, 01 Nov 2007)
New Revision: 26553
Added:
moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/
moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/BUILD
moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/CONFLICTS
moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/DEPENDS
moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/DETAILS
Log:
test it ratler
Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/BUILD
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/BUILD (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/BUILD 2007-11-01 17:53:16 UTC (rev 26553)
@@ -0,0 +1,28 @@
+(
+ patch_it $SOURCE2 0 &&
+ patch_it $SOURCE3 1 &&
+
+ make &&
+ make man &&
+ prepare_install &&
+ install -c clockdiff /sbin &&
+ install -c arping /sbin &&
+ install -c ping -m 4711 /bin &&
+ install -c ping6 -m 4711 /bin &&
+ install -c rdisc /sbin &&
+ install -c tracepath /bin &&
+ install -c tracepath6 /bin &&
+ install -c traceroute6 /bin &&
+
+ #install the docs
+ install -c doc/clockdiff.8 /usr/share/man/man8 &&
+ install -c doc/arping.8 /usr/share/man/man8 &&
+ install -c doc/pg3.8 /usr/share/man/man8 &&
+ install -c doc/ping.8 /usr/share/man/man8 &&
+ install -c doc/rdisc.8 /usr/share/man/man8 &&
+ install -c doc/rarpd.8 /usr/share/man/man8 &&
+ install -c doc/tftpd.8 /usr/share/man/man8 &&
+ install -c doc/tracepath.8 /usr/share/man/man8 &&
+ install -c doc/traceroute6.8 /usr/share/man/man8
+
+) > $C_FIFO 2>&1
Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/CONFLICTS
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/CONFLICTS (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/CONFLICTS 2007-11-01 17:53:16 UTC (rev 26553)
@@ -0,0 +1 @@
+conflicts netkit-base
Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/DEPENDS
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/DEPENDS (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/DEPENDS 2007-11-01 17:53:16 UTC (rev 26553)
@@ -0,0 +1 @@
+depends docbook-utils
Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/DETAILS
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/DETAILS (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/iputils/DETAILS 2007-11-01 17:53:16 UTC (rev 26553)
@@ -0,0 +1,29 @@
+ MODULE=iputils
+ VERSION=s20070202
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-20070202-makefile.patch
+ SOURCE3=$MODULE-20070202-no-open-max.patch
+ SOURCE_URL=http://www.skbuff.net/iputils/
+ SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=$PATCH_URL
+ WEB_SITE=ftp://ftp.inr.ac.ru/ip-routing/
+ SOURCE_VFY=sha1:44a299db16543a68fb80b06d5e6c88760af2aa6e
+ SOURCE2_VFY=sha1:aef3be153f43179c09289028ad945669bd19a0f5
+ SOURCE3_VFY=sha1:5505cc56d715b459549d6f227d5d29087fd23e5d
+ ENTERED=20021106
+ UPDATED=20071101
+ PSAFE=no
+ SHORT="Essential utilities for IP networks."
+cat << EOF
+arping
+clockdiff
+ipg
+ping
+ping6
+rarpd
+rdisc
+tftpd
+tracepath
+tracepath6
+traceroute6
+EOF
More information about the Lunar-commits
mailing list