wok diff unison/receipt @ rev 25032

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:08 2022 +0100 (2022-05-20)
parents 00d2e2c46fc5
children fffb53ee9c66
line diff
     1.1 --- a/unison/receipt	Thu Jul 08 15:28:38 2021 +0000
     1.2 +++ b/unison/receipt	Fri May 20 10:31:08 2022 +0100
     1.3 @@ -1,16 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="unison"
     1.7 -VERSION="2.51.4"
     1.8 +VERSION="2.51.5"
     1.9  CATEGORY="system-tools"
    1.10 +TAGS="sync"
    1.11  SHORT_DESC="File-synchronization tool."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://www.cis.upenn.edu/~bcpierce/unison"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.cis.upenn.edu/~bcpierce/unison"
    1.18 -WGET_URL="https://github.com/bcpierce00/unison/archive/refs/tags/v$VERSION.tar.gz"
    1.19 +WGET_URL="https://github.com/bcpierce00/$PACKAGE/archive/v$VERSION.tar.gz"
    1.20 +
    1.21  BUILD_DEPENDS="ocaml emacs"
    1.22 -TAGS="sync"
    1.23  
    1.24  current_version()
    1.25  {
    1.26 @@ -29,6 +31,7 @@
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr/bin
    1.30 -	cp -a $src/src/unison $fs/usr/bin
    1.31 -	cp -a $src/src/unison-fsmonitor $fs/usr/bin
    1.32 +
    1.33 +	cp -a $src/src/unison		$fs/usr/bin
    1.34 +	cp -a $src/src/unison-fsmonitor	$fs/usr/bin
    1.35  }