void-packages/srcpkgs/lcms2/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

23 lines
811 B
Text

# Template build file for 'lcms2'.
pkgname=lcms2
version=2.2
distfiles="${SOURCEFORGE_SITE}/lcms/lcms2-$version.tar.gz"
build_style=gnu-configure
short_desc="Small-footprint color management engine, version 2"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.littlecms.com"
license="MIT"
checksum=b6f2a1be1a2b7ca54bfab69b32242d383a176637f161eeeaef451bd9fc1195cc
long_desc="
LCMS2 is the Little Color Management System, a Color Matching Method
(CMM) library which implements fast transforms between ICC profiles.
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 tiff-devel