milis/talimatname/genel/grsync/talimat

22 lines
443 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.

# Description: Grsync bir rsync GUI (Grafik Kullanıcı Arayüzü) 'dir.
# URL: http://www.opbyte.it/grsync/
# Packager: milisarge
# Depends on: gtk2
name=grsync
version=1.2.6
release=1
source=(https://sourceforge.net/projects/$name/files/$name-$version.tar.gz)
build () {
cd $name-$version
./configure \
--prefix=/usr \
--disable-unity
make
make install DESTDIR=$PKG
mkdir -p $PKG/etc/
install -m 660 $name.conf $PKG/etc/
}