tiff: new deps style, converted to subpkgs.
--HG-- extra : convert_revision : 97bc1a0fd3fc4aeb689669a65a130f12f45e4aa4
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# Template build file for 'tiff'.
|
||||
pkgname=tiff
|
||||
sourcepkg=$pkgname
|
||||
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"
|
||||
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=1b4d825e3be08764e953fc58246d0c25ab4dd17d
|
||||
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
|
||||
@@ -18,3 +19,9 @@ long_desc="
|
||||
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++
|
||||
|
||||
Reference in New Issue
Block a user