From 1bd6c3c94b1b8a5766e8e92d9c78a2fe2d7cc428 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 25 Jun 2012 08:28:16 +0200 Subject: [PATCH] tiff: update to 4.0.2. --- srcpkgs/tiff/template | 13 ++++++------- srcpkgs/tiff/tiff-devel.template | 3 +-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/srcpkgs/tiff/template b/srcpkgs/tiff/template index 1a2521b37e..751b787473 100644 --- a/srcpkgs/tiff/template +++ b/srcpkgs/tiff/template @@ -1,16 +1,17 @@ # Template build file for 'tiff'. pkgname=tiff -version=4.0.1 -homepage="http://www.remotesensing.org/libtiff/" -distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz" +version=4.0.2 +revision=1 build_style=gnu-configure configure_args="--enable-cxx --without-x" makedepends="zlib-devel jpeg-devel liblzma-devel" -revision=1 +subpackages="$pkgname-devel" short_desc="Library and tools for reading and writing TIFF data files" maintainer="Juan RP " license="BSD" -checksum=9a7a039e516c37478038740f1642818250bfb1414cf404cc8b569e5f9d4bf2f0 +homepage="http://www.remotesensing.org/libtiff/" +distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz" +checksum=aa29f1f5bfe3f443c3eb4dac472ebde15adc8ff0464b83376f35e3b2fef935da long_desc=" This is software provides support for the Tag Image Format (TIFF). Included is a library, libtiff, for reading and writing TIFF, a @@ -22,5 +23,3 @@ long_desc=" your needs for reading and writing files that follow the 5.0 or 6.0 TIFF spec. There is also considerable support for some of the more esoteric portions of the 6.0 TIFF spec." - -subpackages="$pkgname-devel" diff --git a/srcpkgs/tiff/tiff-devel.template b/srcpkgs/tiff/tiff-devel.template index c012e2fd78..fbf89f3124 100644 --- a/srcpkgs/tiff/tiff-devel.template +++ b/srcpkgs/tiff/tiff-devel.template @@ -1,12 +1,11 @@ # Template file for 'tiff-devel'. # -depends="zlib-devel jpeg-devel tiff" +depends="zlib-devel jpeg-devel tiff>=$version" short_desc="${sourcepkg} (development files)" long_desc="${long_desc} This package contains files for development, headers, static libs, etc." - do_install() { vmove usr/include usr vmove usr/lib/pkgconfig usr/lib