# Description: Serveur protocol de synchronisation de fichiers très éfficace
# URL: http://samba.anu.edu.au/rsync/
# Maintainer: NuTyX coreteam
# Packager: thierryn1 at hispeed dot ch
# Depends on: rsync
# Run on: rsync

name=rsync-server
version=20100825
release=1
source=()


build() {
	source /etc/blfs-bootscripts
        wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$version.tar.bz2
        tar xvf $scripts-$version.tar.bz2
	cd $scripts-$version
	make DESTDIR=$PKG install-rsyncd
       
}