tiff: update to 4.0.2.
This commit is contained in:
parent
292aa8d31e
commit
1bd6c3c94b
|
@ -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 <xtraeme@gmail.com>"
|
||||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue