2015-03-07 17:56:50 +00:00
|
|
|
# Template file for 'unison'
|
|
|
|
pkgname="unison"
|
|
|
|
version=2.48.3
|
|
|
|
revision=1
|
|
|
|
short_desc="A file-synchronization tool"
|
|
|
|
maintainer="allan <mail@may.mooo.com>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://www.cis.upenn.edu/~bcpierce/unison/"
|
|
|
|
distfiles="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/${pkgname}-${version}.tar.gz"
|
|
|
|
checksum=f40d3cfbe82078d79328b51acab3e5179f844135260c2f4710525b9b45b15483
|
|
|
|
hostmakedepends="ocaml"
|
2015-03-08 09:40:02 +00:00
|
|
|
nocross=yes
|
2015-03-07 17:56:50 +00:00
|
|
|
|
|
|
|
do_build() {
|
|
|
|
CFLAGS= make UISTYLE=text DEBUGGING=false THREADS=true
|
|
|
|
}
|
|
|
|
do_install() {
|
|
|
|
vbin unison
|
|
|
|
}
|