wok-current diff tiff/receipt @ rev 23653
updated snapper and snapper-dev (0.8.6 -> 0.8.7)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 17:10:16 2020 +0100 (2020-04-20) |
parents | 6135577f4d08 |
children | 62f4b17a0949 |
line diff
1.1 --- a/tiff/receipt Sat Jan 26 12:26:47 2019 +0100 1.2 +++ b/tiff/receipt Mon Apr 20 17:10:16 2020 +0100 1.3 @@ -1,24 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tiff" 1.7 -VERSION="4.0.3" 1.8 +VERSION="4.0.10" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="TIFF images libs. (Check tiff-apps for utilities)." 1.11 +SHORT_DESC="A library of functions for manipulating TIFF format image files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="http://www.libtiff.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://www.libtiff.org/" 1.18 -WGET_URL="ftp://ftp.remotesensing.org/pub/libtiff/$TARBALL" 1.19 +WGET_URL="http://download.osgeo.org/libtiff/$TARBALL" 1.20 + 1.21 +DEPENDS="gcc-lib-base jpeg zlib" 1.22 +BUILD_DEPENDS="jbigkit jpeg-dev zlib-dev" 1.23 + 1.24 HOST_ARCH="i486 arm" 1.25 1.26 -DEPENDS="jpeg zlib gcc-lib-base" 1.27 -BUILD_DEPENDS="jpeg-dev zlib-dev jbigkit" 1.28 - 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 { 1.32 ./configure $CONFIGURE_ARGS && 1.33 - make && make install 1.34 + make && 1.35 + make install 1.36 } 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg.