wok view unison/receipt @ rev 12839

dropbear: make it cross-compile for ARM (had to disable zlib)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 23 01:32:48 2012 +0200 (2012-05-23)
parents 3115c291f303
children f0df0a15bf50
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 }