wok view unison/receipt @ rev 17057

syslinux/c32box: x86_64 auto select
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 21 09:56:57 2014 +0200 (2014-08-21)
parents f0df0a15bf50
children fd0c35ec6c9c
line source
1 # SliTaz package receipt.
3 PACKAGE="unison"
4 VERSION="2.40.102"
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 cd $src
19 CFLAGS="" make UISTYLE=text
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/unison $fs/usr/bin
27 }