void-packages/templates/tiff/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

26 lines
1.1 KiB
Text

# Template build file for 'tiff'.
pkgname=tiff
version=3.8.2
distfiles="http://libtiff.maptools.org/dl/$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=be88f037080b93ce0a337b2b3ca5e8195f76885deb6c558cc3aa872ee848fc76
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="devel"
Add_dependency full glibc
Add_dependency full zlib
Add_dependency full jpeg
Add_dependency run gcc-libstdc++