wok-next view unison/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents fd0c35ec6c9c
children 0c30a9a773d1
line source
1 # SliTaz package receipt v2.
3 PACKAGE="unison"
4 VERSION="2.48.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="File-synchronization tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.cis.upenn.edu/~bcpierce/unison"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/$TARBALL"
14 BUILD_DEPENDS="ocaml emacs"
16 compile_rules() {
17 CFLAGS="" make UISTYLE=text unison &&
18 install -Dm755 $src/unison $install/usr/bin/unison
19 }
21 genpkg_rules() {
22 copy @std
23 TAGS="sync"
24 }