opt/unison/Pkgfile

19 lines
596 B
Plaintext
Raw Normal View History

2006-12-22 19:15:21 +01:00
# Description: Bi-directional file synchronization tool
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Packager: Markus Ackermann, maol at symlink dot ch
# URL: http://www.cis.upenn.edu/~bcpierce/unison/
2006-12-22 19:15:21 +01:00
# Depends on: ocaml
2006-02-23 16:26:10 +01:00
name=unison
2016-05-27 15:30:50 +02:00
version=2.48.4
release=1
source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$version/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
2016-05-27 15:30:50 +02:00
cd src
2006-02-23 16:26:10 +01:00
unset CFLAGS CXXFLAGS
2014-12-31 13:14:18 +01:00
make -j1 UISTYLE=text THREADS=true NATIVE=true unison unison-fsmonitor
install -d $PKG/usr/bin
install -m 755 unison unison-fsmonitor $PKG/usr/bin/
2006-02-23 16:26:10 +01:00
}