22 lines
842 B
Text
22 lines
842 B
Text
# Template build file for 'lcms'.
|
|
pkgname=lcms
|
|
version=1.19
|
|
revision=6
|
|
wrksrc=${pkgname}-${version%[a-z]*}
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
build_style=gnu-configure
|
|
makedepends="glibc-devel jpeg-devel tiff-devel"
|
|
short_desc="Light Color Management System -- a color management library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=80ae32cb9f568af4dc7ee4d3c05a4c31fc513fc3e31730fed0ce7378237273a9
|
|
long_desc="
|
|
LCMS is the Little Color Management System, a Color Matching Method
|
|
(CMM) library which implements fast transforms between ICC profiles.
|
|
It is released under LGPL with source code and meant to be portable.
|
|
|
|
Color management refers to techniques that ensure consistent color
|
|
as images are transferred from scanners or cameras to monitors and
|
|
printers."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|