wok rev 17755

Up unison (2.48.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 09 18:20:54 2015 +0100 (2015-03-09)
parents 8197199493bf
children 7602ffa0c6a9
files unison/receipt
line diff
     1.1 --- a/unison/receipt	Mon Mar 09 11:47:31 2015 +0100
     1.2 +++ b/unison/receipt	Mon Mar 09 18:20:54 2015 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="unison"
     1.7 -VERSION="2.40.102"
     1.8 +VERSION="2.48.3"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="File-synchronization tool."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -15,8 +15,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	CFLAGS="" make UISTYLE=text
    1.18 +	CFLAGS="" make UISTYLE=text unison
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22 @@ -25,4 +24,3 @@
    1.23  	mkdir -p $fs/usr/bin
    1.24  	cp -a $src/unison $fs/usr/bin
    1.25  }
    1.26 -