wok-stable view unison/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents 3115c291f303
children
line source
1 # SliTaz package receipt.
3 PACKAGE="unison"
4 VERSION="2.27.157"
5 CATEGORY="system-tools"
6 SHORT_DESC="File-synchronization tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.cis.upenn.edu/~bcpierce/unison"
10 WGET_URL="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/$TARBALL"
11 BUILD_DEPENDS="ocaml emacs"
12 TAGS="sync"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 CFLAGS="" make UISTYLE=text
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 }