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 15:26:10 +00: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 15:26:10 +00:00
|
|
|
|
|
|
|
name=unison
|
2009-09-28 10:03:15 +02:00
|
|
|
version=2.32.52
|
2010-08-30 10:06:14 +02:00
|
|
|
release=2
|
|
|
|
source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$version/$name-$version.tar.gz
|
|
|
|
$name-${version}_ocaml-3.12.patch)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2010-08-30 10:06:14 +02:00
|
|
|
patch -p1 -i $SRC/$name-${version}_ocaml-3.12.patch
|
2006-02-23 15:26:10 +00:00
|
|
|
unset CFLAGS CXXFLAGS
|
2007-04-19 08:47:18 +02:00
|
|
|
make -j1 UISTYLE=text THREADS=true
|
2006-02-23 15:26:10 +00:00
|
|
|
install -D -m 755 unison $PKG/usr/bin/unison
|
|
|
|
}
|