wok diff scribus/receipt @ rev 20501
frozen-bubble: move *.pm to i486-linux path
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Oct 29 17:05:35 2018 -0400 (2018-10-29) |
parents | 7896f0694ef6 |
children | a78610b2eb47 |
line diff
1.1 --- a/scribus/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/scribus/receipt Mon Oct 29 17:05:35 2018 -0400 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