milis/talimatname/genel/unison/talimat

29 lines
496 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: Dosya Yedekleme-Eşitleme Uygulaması
# URL: http://www.cis.upenn.edu/~bcpierce/unison/
# Packager: milisarge
# Depends on: ocaml
name=unison
version=git
release=1
source=()
build() {
cd $DERLEME_KAYNAKDIZIN
if cd $name; then
git pull
make clean
else
git clone git://github.com/bcpierce00/$name $name
cd $name
fi
cd src
CFLAGS=""
make -j1 THREADS=true
install -Dm755 unison $PKG/usr/bin/unison
install -Dm755 unison-fsmonitor $PKG/usr/bin/unison-fsmonitor
}