wok-next annotate unison/receipt @ rev 20644

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