NAME="lcms2" VERSION=2.9 RELEASE=1 CATEGORY="Graphics Libs" SUMMARY="Little color management engine" DESCRIPTION="Little CMS intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC), which is the modern standard when regarding to color management. The ICC specification is widely used and is referred to in many International and other de-facto standards." HOMEPAGE="http://littlecms.com/" SRC_URI="mirror://sourceforge/lcms/${PV}/${P}.tar.gz" DEPEND="libjpeg-devel libtiff-devel zlib-devel" abi=2 PKG_NAMES="${PN} lib${PN}_${abi} lib${PN}-devel" lcms2_SUMMARY="${SUMMARY} (utilities)" lcms2_CONTENTS=" usr/bin/*.exe usr/share/ " liblcms2_2_SUMMARY="${SUMMARY} (runtime)" liblcms2_2_CONTENTS="usr/bin/cyg${PN}-${abi}.dll" liblcms2_devel_SUMMARY="${SUMMARY} (development)" liblcms2_devel_CATEGORY="Devel ${CATEGORY}" liblcms2_devel_CONTENTS=" usr/include/ usr/lib/lib* usr/lib/pkgconfig/ " DOCS="doc/*.pdf" # 'make check' relies on LD_LIBRARY_PATH, which is not supported on # Cygwin. As a result, it reports a version mismatch. But all tests # pass if 'cygport lcms2.cygport test' is run after the built lcms2 is # installed.