summaryrefslogtreecommitdiffstats
path: root/rsync/Pkgfile.old
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 04:42:57 +0100
committerLukc <lukc@upyum.com>2010-12-12 04:42:57 +0100
commit71e521c65d470f82051c5d39f7f298c3103c2c18 (patch)
treeae0cd3a2b590738e1fd706ecdd51171808d3fe29 /rsync/Pkgfile.old
parent8549ec3c24835c9951dd0b4becae692799460446 (diff)
downloadbase-71e521c65d470f82051c5d39f7f298c3103c2c18.tar.gz
base-71e521c65d470f82051c5d39f7f298c3103c2c18.tar.bz2
base-71e521c65d470f82051c5d39f7f298c3103c2c18.tar.xz
base-71e521c65d470f82051c5d39f7f298c3103c2c18.zip
Recette de rsync retirée.
Diffstat (limited to 'rsync/Pkgfile.old')
-rw-r--r--rsync/Pkgfile.old28
1 files changed, 0 insertions, 28 deletions
diff --git a/rsync/Pkgfile.old b/rsync/Pkgfile.old
deleted file mode 100644
index 6435b97..0000000
--- a/rsync/Pkgfile.old
+++ /dev/null
@@ -1,28 +0,0 @@
-# Description: Utility for incremental file transfers over networks
-# URL: http://rsync.samba.org
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Depends on: openssh acl
-
-name=rsync
-version=3.0.7
-release=1
-source=(http://rsync.samba.org/ftp/$name/src/$name-$version.tar.gz \
- rsyncd.conf rsyncd rsync.driver)
-
-build () {
- cd $name-$version
-
- ./configure --prefix=/usr \
- --mandir=/usr/man \
- --with-rsh=ssh \
- --with-included-popt
-
- make
- make DESTDIR=$PKG install
-
- install -d $PKG/etc/{rc.d,ports/drivers} $PKG/var/log
- install -m 755 $SRC/rsyncd $PKG/etc/rc.d
- install -m 644 $SRC/rsyncd.conf $PKG/etc
- install -m 755 $SRC/rsync.driver $PKG/etc/ports/drivers/rsync
- touch $PKG/var/log/rsyncd.log
-}