wok view unison/receipt @ rev 4059

Up: gnutls (2.8.3)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Sep 10 00:45:39 2009 +0200 (2009-09-10)
parents
children 3115c291f303
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"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make UISTYLE=text
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $src/unison $fs/usr/bin
25 }