wok rev 24312

updated unison (2.51.4 -> 2.51.5)
author Hans-G?nter Theisgen
date Thu Jan 20 17:20:42 2022 +0100 (2022-01-20)
parents ee50917f30ae
children 0c04fc34847a
files unison/description.txt unison/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/unison/description.txt	Thu Jan 20 17:20:42 2022 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +Unison is a file-synchronization tool for OSX, Unix, and Windows.
     1.5 +It allows two replicas of a collection of files and directories to be stored
     1.6 +on different hosts (or different disks on the same host), modified separately,
     1.7 +and then brought up to date by propagating the changes in each replica to the other.
     2.1 --- a/unison/receipt	Thu Jan 20 15:28:58 2022 +0100
     2.2 +++ b/unison/receipt	Thu Jan 20 17:20:42 2022 +0100
     2.3 @@ -1,16 +1,18 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="unison"
     2.7 -VERSION="2.51.4"
     2.8 +VERSION="2.51.5"
     2.9  CATEGORY="system-tools"
    2.10 +TAGS="sync"
    2.11  SHORT_DESC="File-synchronization tool."
    2.12  MAINTAINER="pascal.bellard@slitaz.org"
    2.13  LICENSE="GPL3"
    2.14 +WEB_SITE="https://www.cis.upenn.edu/~bcpierce/unison"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WEB_SITE="http://www.cis.upenn.edu/~bcpierce/unison"
    2.18 -WGET_URL="https://github.com/bcpierce00/unison/archive/refs/tags/v$VERSION.tar.gz"
    2.19 +WGET_URL="https://github.com/bcpierce00/$PACKAGE/archive/v$VERSION.tar.gz"
    2.20 +
    2.21  BUILD_DEPENDS="ocaml emacs"
    2.22 -TAGS="sync"
    2.23  
    2.24  current_version()
    2.25  {
    2.26 @@ -29,6 +31,7 @@
    2.27  genpkg_rules()
    2.28  {
    2.29  	mkdir -p $fs/usr/bin
    2.30 -	cp -a $src/src/unison $fs/usr/bin
    2.31 -	cp -a $src/src/unison-fsmonitor $fs/usr/bin
    2.32 +
    2.33 +	cp -a $src/src/unison		$fs/usr/bin
    2.34 +	cp -a $src/src/unison-fsmonitor	$fs/usr/bin
    2.35  }