milis/talimatname/temel/rsync/talimat

30 lines
644 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Synchronizing files over a network by sending just the differences in the files.
# URL: http://samba.anu.edu.au/rsync/
# Paketçi: milisarge
# Gerekler:
isim=rsync
surum=3.1.2
devir=1
kaynak=( http://rsync.samba.org/ftp/$isim/$isim-$surum.tar.gz )
derle() {
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
cd $isim-$surum
./configure --prefix=/usr \
-mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
# service
cd $SRC
tar xf $scripts-$scriptsversion.tar.bz2
cd $SRC/$scripts-$scriptsversion
make DESTDIR=$PKG install-rsyncd
}