void-packages/srcpkgs/tiff/template

27 lines
1.1 KiB
Plaintext
Raw Normal View History

# Template build file for 'tiff'.
pkgname=tiff
2012-02-19 06:17:59 +00:00
version=4.0.1
homepage="http://www.remotesensing.org/libtiff/"
distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--enable-cxx --without-x"
makedepends="zlib-devel jpeg-devel liblzma-devel"
revision=1
short_desc="Library and tools for reading and writing TIFF data files"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-02-19 06:17:59 +00:00
license="BSD"
checksum=9a7a039e516c37478038740f1642818250bfb1414cf404cc8b569e5f9d4bf2f0
long_desc="
This is software provides support for the Tag Image Format (TIFF).
Included is a library, libtiff, for reading and writing TIFF, a
collection of tools for doing simple manipulations of TIFF images, and
documentation on the library and tools. A random assortment of
TIFF-related software contributed by others is also included.
The library, along with associated tool programs, should handle most of
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"