wok-next view unison/receipt @ rev 20855

svgcleaner: up (0.9.5); add oxipng
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 26 15:41:27 2018 +0300 (2018-06-26)
parents da9e80c5d4bb
children 0c430fcaf2d9
line source
1 # SliTaz package receipt v2.
3 PACKAGE="unison"
4 VERSION="2.51.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="File-synchronization tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.cis.upenn.edu/~bcpierce/unison"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/bcpierce00/unison/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="ocaml emacs"
16 compile_rules() {
17 CFLAGS='' make || return 1
19 install -Dm755 src/unison $install/usr/bin/unison
20 install -Dm755 src/unison-fsmonitor $install/usr/bin/unison-fsmonitor
22 cook_pick_docs README.md
23 }
25 genpkg_rules() {
26 copy @std
27 TAGS="sync"
28 }