wok-6.x diff graphicsmagick/receipt @ rev 22048
updated transmission again (2.92 -> 2.94)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 22 15:42:09 2019 +0100 (2019-10-22) |
parents | d5caa5733d9e |
children | a5d5850f11c2 |
line diff
1.1 --- a/graphicsmagick/receipt Mon Jun 05 16:48:02 2017 +0200 1.2 +++ b/graphicsmagick/receipt Tue Oct 22 15:42:09 2019 +0100 1.3 @@ -1,27 +1,30 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="graphicsmagick" 1.7 -VERSION="1.3.25" 1.8 -SOURCE="GraphicsMagick" 1.9 +VERSION="1.3.31" 1.10 CATEGORY="graphics" 1.11 SHORT_DESC="The swiss army knife of image processing." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="http://www.graphicsmagick.org/" 1.15 + 1.16 +SOURCE="GraphicsMagick" 1.17 TARBALL="$SOURCE-$VERSION.tar.xz" 1.18 -WEB_SITE="http://www.graphicsmagick.org/" 1.19 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 1.20 1.21 DEPENDS="gcc-lib-base bzlib util-linux-uuid libgomp harfbuzz xorg-libSM \ 1.22 -xorg-libICE" 1.23 + xorg-libICE" 1.24 BUILD_DEPENDS="util-linux-uuid-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.30 - --mandir=/usr/share/man \ 1.31 - $CONFIGURE_ARGS && 1.32 - make && 1.33 + ./configure \ 1.34 + --prefix=/usr \ 1.35 + --infodir=/usr/share/info \ 1.36 + --mandir=/usr/share/man \ 1.37 + $CONFIGURE_ARGS && 1.38 + make -j 1 && 1.39 make DESTDIR=$DESTDIR install 1.40 } 1.41