void-packages/srcpkgs/lcms/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

28 lines
964 B
Plaintext

# Template build file for 'lcms'.
pkgname=lcms
version=1.19
revision=1
wrksrc=${pkgname}-${version%[a-z]*}
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
build_style=gnu-configure
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"
Add_dependency run glibc
Add_dependency run jpeg
Add_dependency run tiff
Add_dependency build glibc-devel
Add_dependency build jpeg-devel
Add_dependency build tiff-devel