milis/talimatname/genel/u/unison/talimat

29 lines
485 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: Dosya Yedekleme-Eşitleme Uygulaması
# URL: http://www.cis.upenn.edu/~bcpierce/unison/
# Paketçi: milisarge
# Gerekler: ocaml
isim=unison
surum=git
devir=1
kaynak=()
derle() {
cd $DERLEME_KAYNAKDIZIN
if cd $isim; then
git pull
make clean
else
git clone git://github.com/bcpierce00/$isim $isim
cd $isim
fi
cd src
CFLAGS=""
make -j1 THREADS=true
install -Dm755 unison $PKG/usr/bin/unison
install -Dm755 unison-fsmonitor $PKG/usr/bin/unison-fsmonitor
}