wok diff unison/receipt @ rev 17914
Add fontforge and its depends (libspiro, libuninameslist).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 09 03:26:48 2015 +0300 (2015-04-09) |
parents | 23c3aed67cd9 |
children | 73968a7f1da9 |
line diff
1.1 --- a/unison/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/unison/receipt Thu Apr 09 03:26:48 2015 +0300 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 -