b52d064544
Each template now needs to use $distfiles that accepts the full URL to download the distfile and old $extract_sufx is now merged on it, but this must be separated by the '@' character. Example: distfiles="http://www.foo.org/blah-6.2@.tar.gz http://www.foo.org/blob-1.0@.tar.bz2" If distfiles contains multiple files defined, $wrksrc is now mandatory. --HG-- extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
21 lines
972 B
Cheetah
21 lines
972 B
Cheetah
# 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-rpath --enable-cxx --without-x"
|
|
short_desc="Library and tools for reading and writing TIFF data files"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=1b4d825e3be08764e953fc58246d0c25ab4dd17d
|
|
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."
|