Ajout rsync
authorroot <root@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 6 Feb 2010 16:23:18 +0000 (16:23 +0000)
committerroot <root@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 6 Feb 2010 16:23:18 +0000 (16:23 +0000)
packages-list
stage3/packages-update
stage3/stage3-install

index 076ba83..a1aebe3 100644 (file)
@@ -370,6 +370,7 @@ PYGTK="pygtk-2.14.1"
 READLINE="readline-5.2"
 REISERFSPROGS="reiserfsprogs-3.6.20"
 RHYTHMBOX="rhythmbox-0.10.1"
+RSYNC="rsync-3.0.7"
 
 SAMBA="samba-3.0.21c"
 SANE_BACKENDS="sane-backends-1.0.18"
index 3169abc..892b6a2 100755 (executable)
@@ -293,5 +293,6 @@ fpkg       ${POLKIT} "http://hal.freedesktop.org/releases"
 
 fpkg       ${GNUPG} "ftp://ftp.gnupg.org/gcrypt/gnupg"
 
-# Return last error
+fpkg       ${RSYNC} "http://samba.org/ftp/rsync/src"
+
 exit $?
index fcc27fb..ada115a 100755 (executable)
@@ -49,6 +49,8 @@ ipkg_ac    ${CVS_PACKAGE} "--disable-server"
 
 ipkg_ac    ${PARTED}
 
+ipkg_ac    ${RSYNC}
+
 # Graphic libraries
 ipkg_ac    ${LIBJPEG} "--enable-static --enable-shared"
 ipkg_ac    ${LIBPNG}