milis/talimatname/genel/u/unison/talimat

29 lines
489 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Dosya Yedekleme-Eşitleme Uygulaması
2017-04-13 20:25:28 +02:00
# URL: http://www.cis.upenn.edu/~bcpierce/unison/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: ocaml
2017-04-13 20:25:28 +02:00
name=unison
version=git
release=1
source=()
2017-10-27 23:59:41 +02:00
derle() {
2017-04-13 20:25:28 +02:00
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
}