wok-next annotate 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
rev   line source
al@20503 1 # SliTaz package receipt v2.
pascal@3998 2
pascal@3998 3 PACKAGE="unison"
pascal@17755 4 VERSION="2.48.3"
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"
pascal@3998 12 WGET_URL="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/$TARBALL"
al@20503 13
pascal@3998 14 BUILD_DEPENDS="ocaml emacs"
pascal@3998 15
al@20503 16 compile_rules() {
al@20503 17 CFLAGS="" make UISTYLE=text unison &&
al@20503 18 install -Dm755 $src/unison $install/usr/bin/unison
pascal@3998 19 }
pascal@3998 20
al@20503 21 genpkg_rules() {
al@20503 22 copy @std
al@20503 23 TAGS="sync"
pascal@3998 24 }