void-packages/srcpkgs/tiff/template
Juan RP 24a987ef58 Bump revision for pkgs depending on jpeg (abi_depends bump).
--HG--
extra : convert_revision : b1b4ca5702dfb2318a7ec9270d51582dbfd85fa3
2010-01-17 15:09:04 +01:00

31 lines
1.2 KiB
Plaintext

# Template build file for 'tiff'.
pkgname=tiff
version=3.9.1
revision=3
distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--enable-cxx --without-x"
short_desc="Library and tools for reading and writing TIFF data files"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3436d7331b1696c3ec776b0130a272f6593389d4f7d413bc80b11fb295d61e99
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"
Add_dependency run glibc
Add_dependency run libgcc
Add_dependency run libstdc++
Add_dependency run zlib
Add_dependency run jpeg
Add_dependency build zlib-devel
Add_dependency build jpeg-devel