tiff: update to 4.0.2.
This commit is contained in:
parent
292aa8d31e
commit
1bd6c3c94b
2 changed files with 7 additions and 9 deletions
srcpkgs/tiff
|
@ -1,16 +1,17 @@
|
||||||
# Template build file for 'tiff'.
|
# Template build file for 'tiff'.
|
||||||
pkgname=tiff
|
pkgname=tiff
|
||||||
version=4.0.1
|
version=4.0.2
|
||||||
homepage="http://www.remotesensing.org/libtiff/"
|
revision=1
|
||||||
distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-cxx --without-x"
|
configure_args="--enable-cxx --without-x"
|
||||||
makedepends="zlib-devel jpeg-devel liblzma-devel"
|
makedepends="zlib-devel jpeg-devel liblzma-devel"
|
||||||
revision=1
|
subpackages="$pkgname-devel"
|
||||||
short_desc="Library and tools for reading and writing TIFF data files"
|
short_desc="Library and tools for reading and writing TIFF data files"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
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="
|
long_desc="
|
||||||
This is software provides support for the Tag Image Format (TIFF).
|
This is software provides support for the Tag Image Format (TIFF).
|
||||||
Included is a library, libtiff, for reading and writing TIFF, a
|
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
|
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
|
TIFF spec. There is also considerable support for some of the more
|
||||||
esoteric portions of the 6.0 TIFF spec."
|
esoteric portions of the 6.0 TIFF spec."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'tiff-devel'.
|
# Template file for 'tiff-devel'.
|
||||||
#
|
#
|
||||||
depends="zlib-devel jpeg-devel tiff"
|
depends="zlib-devel jpeg-devel tiff>=$version"
|
||||||
short_desc="${sourcepkg} (development files)"
|
short_desc="${sourcepkg} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
Loading…
Reference in a new issue