wok view unison/receipt @ rev 7503

Add glib-dev to json-glib-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 04 04:52:31 2010 +0000 (2010-12-04)
parents dbdd0768c3ab
children befd46df350e
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 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 }