diff --git a/srcpkgs/tiff/template b/srcpkgs/tiff/template index 751b787473..9cca737d7d 100644 --- a/srcpkgs/tiff/template +++ b/srcpkgs/tiff/template @@ -1,9 +1,9 @@ # Template build file for 'tiff'. pkgname=tiff -version=4.0.2 +version=4.0.3 revision=1 build_style=gnu-configure -configure_args="--enable-cxx --without-x" +configure_args="--enable-cxx --without-x --disable-static" makedepends="zlib-devel jpeg-devel liblzma-devel" subpackages="$pkgname-devel" short_desc="Library and tools for reading and writing TIFF data files" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="BSD" homepage="http://www.remotesensing.org/libtiff/" distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz" -checksum=aa29f1f5bfe3f443c3eb4dac472ebde15adc8ff0464b83376f35e3b2fef935da +checksum=ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872 long_desc=" This is software provides support for the Tag Image Format (TIFF). Included is a library, libtiff, for reading and writing TIFF, a diff --git a/srcpkgs/tiff/tiff-devel.template b/srcpkgs/tiff/tiff-devel.template index fbf89f3124..f218384c62 100644 --- a/srcpkgs/tiff/tiff-devel.template +++ b/srcpkgs/tiff/tiff-devel.template @@ -1,5 +1,6 @@ # Template file for 'tiff-devel'. # +noarch=yes depends="zlib-devel jpeg-devel tiff>=$version" short_desc="${sourcepkg} (development files)" long_desc="${long_desc} @@ -9,7 +10,6 @@ long_desc="${long_desc} do_install() { vmove usr/include usr vmove usr/lib/pkgconfig usr/lib - vmove "usr/lib/*.a" usr/lib vmove usr/share/man/man3 usr/share/man vmove usr/share/doc usr/share }