wok-next diff unison/receipt @ rev 20855

svgcleaner: up (0.9.5); add oxipng
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 26 15:41:27 2018 +0300 (2018-06-26)
parents da9e80c5d4bb
children 0c430fcaf2d9
line diff
     1.1 --- a/unison/receipt	Fri Mar 16 06:03:21 2018 +0200
     1.2 +++ b/unison/receipt	Tue Jun 26 15:41:27 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="unison"
     1.7 -VERSION="2.48.3"
     1.8 +VERSION="2.51.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="File-synchronization tool"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,13 +9,17 @@
    1.13  WEB_SITE="http://www.cis.upenn.edu/~bcpierce/unison"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/$TARBALL"
    1.17 +WGET_URL="https://github.com/bcpierce00/unison/archive/v$VERSION.tar.gz"
    1.18  
    1.19  BUILD_DEPENDS="ocaml emacs"
    1.20  
    1.21  compile_rules() {
    1.22 -	CFLAGS="" make UISTYLE=text unison &&
    1.23 -	install -Dm755 $src/unison $install/usr/bin/unison
    1.24 +	CFLAGS='' make || return 1
    1.25 +
    1.26 +	install -Dm755 src/unison           $install/usr/bin/unison
    1.27 +	install -Dm755 src/unison-fsmonitor $install/usr/bin/unison-fsmonitor
    1.28 +
    1.29 +	cook_pick_docs README.md
    1.30  }
    1.31  
    1.32  genpkg_rules() {