wok-next annotate unison/receipt @ rev 21573
updated dansguardian (2.10.1.1 -> 2.12.0.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 17:38:17 2020 +0100 (2020-06-22) |
parents | 0c30a9a773d1 |
children |
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@21033 | 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 } |