milis/talimatname/temel/rsync/talimat

30 lines
644 B
Plaintext
Raw Normal View History

2017-10-27 21:56:50 +02:00
# Tanım: Synchronizing files over a network by sending just the differences in the files.
2016-02-24 01:27:23 +01:00
# URL: http://samba.anu.edu.au/rsync/
2017-10-27 21:56:50 +02:00
# Paketçi: milisarge
# Gerekler:
2017-10-28 14:15:02 +02:00
isim=rsync
surum=3.1.2
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:15:02 +02:00
kaynak=( http://rsync.samba.org/ftp/$isim/$isim-$surum.tar.gz )
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
2017-10-28 14:15:02 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./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
}