milis/talimatname/genel/g/grsync/talimat
2017-10-28 15:10:23 +03:00

21 lines
427 B
Text
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: Grsync bir rsync GUI (Grafik Kullanıcı Arayüzü) 'dir.
# URL: http://www.opbyte.it/grsync/
# Paketçi: milisarge
# Gerekler: gtk2
isim=grsync
surum=1.2.6
devir=1
kaynak=(https://sourceforge.net/projects/$isim/files/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure \
--prefix=/usr \
--disable-unity
make
make install DESTDIR=$PKG
mkdir -p $PKG/etc/
install -m 660 $isim.conf $PKG/etc/
}