wok-next view unison/receipt @ rev 20503

Packing...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 16 06:03:21 2018 +0200 (2018-03-16)
parents fd0c35ec6c9c
children 0c30a9a773d1
line source
1 # SliTaz package receipt v2.
3 PACKAGE="unison"
4 VERSION="2.48.3"
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="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/$TARBALL"
14 BUILD_DEPENDS="ocaml emacs"
16 compile_rules() {
17 CFLAGS="" make UISTYLE=text unison &&
18 install -Dm755 $src/unison $install/usr/bin/unison
19 }
21 genpkg_rules() {
22 copy @std
23 TAGS="sync"
24 }