rsync: update to 2.6.9

This commit is contained in:
Juergen Daubert 2006-11-10 08:50:22 +01:00
parent 29bef92345
commit 1b9874f223
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
082a9dba1f741e6591e5cd748a1233de rsync-2.6.8.tar.gz
996d8d8831dbca17910094e56dcb5942 rsync-2.6.9.tar.gz
f8dcfe5cf2afef1ea90107a6ff4540cd rsync.driver
a71995f22768c931c5649a1336d25ffb rsyncd
b4e95fa8c8f3ae13cfdf616abd6a3960 rsyncd.conf

View File

@ -4,14 +4,16 @@
# Depends on: openssh
name=rsync
version=2.6.8
version=2.6.9
release=1
source=(http://samba.org/ftp/$name/$name-$version.tar.gz \
rsyncd.conf rsyncd rsync.driver)
build () {
cd $name-$version
./configure --prefix=/usr --with-rsh=ssh
./configure --prefix=/usr \
--mandir=/usr/man \
--with-rsh=ssh
make
make DESTDIR=$PKG install