wok-next view unison/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 0c30a9a773d1
children
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 }