summaryrefslogtreecommitdiffstats
path: root/rsync-server/Pkgfile
blob: 9c136dcfc883714b33f3ffb3b396dc1a453349d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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=2
source=()


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