summaryrefslogtreecommitdiffstats
path: root/extra/rsync-server/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rsync-server/Pkgfile')
-rw-r--r--extra/rsync-server/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/rsync-server/Pkgfile b/extra/rsync-server/Pkgfile
new file mode 100644
index 000000000..70151cb94
--- /dev/null
+++ b/extra/rsync-server/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+
+name=rsync-server
+version=20090302
+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
+
+}