# HG changeset patch # User Pascal Bellard # Date 1251669125 -7200 # Node ID dbdd0768c3ab9b89f8901be0288fde32b96a1484 # Parent 30d3807bcd99a9a1af47655490402b68b3ff233c Add unison diff -r 30d3807bcd99 -r dbdd0768c3ab unison/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unison/receipt Sun Aug 30 23:52:05 2009 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="unison" +VERSION="2.27.157" +CATEGORY="system-tools" +SHORT_DESC="File-synchronization tool." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.cis.upenn.edu/~bcpierce/unison" +WGET_URL="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/$TARBALL" +BUILD_DEPENDS="ocaml emacs" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + make UISTYLE=text +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/unison $fs/usr/bin +} +