milis/talimatname/genel/g/grsync/talimat

22 lines
427 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: 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/
}