wok-next diff scribus/receipt @ rev 18920
Add brotli (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 24 17:34:26 2016 +0100 (2016-02-24) |
parents | 7896f0694ef6 |
children | dd145c435e4b |
line diff
1.1 --- a/scribus/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/scribus/receipt Wed Feb 24 17:34:26 2016 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scribus" 1.7 -VERSION="1.4.0" 1.8 +VERSION="1.4.6" 1.9 CATEGORY="office" 1.10 SHORT_DESC="professional publishing software." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WEB_SITE="http://www.scribus.net/" 1.16 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.17 1.18 @@ -21,7 +21,6 @@ 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - cd $src 1.23 cmake -DCMAKE_INSTALL_PREFIX=/usr . && 1.24 make $MAKEFLAGS && 1.25 make DESTDIR=$DESTDIR install