wok view unison/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents fd0c35ec6c9c
children 00d2e2c46fc5
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.cis.upenn.edu/~bcpierce/unison"
11 WGET_URL="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/$TARBALL"
12 BUILD_DEPENDS="ocaml emacs"
13 TAGS="sync"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 CFLAGS="" make -j 4 UISTYLE=text unison
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/unison $fs/usr/bin
26 }