the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: lcms2
Version: 2.2
Revision: 2
Source: mirror:sourceforge:lcms/%v/%n-%v.tar.gz
Source-MD5: aaf33c7c25675e6163189ba488ae20f5
License: OSI-Approved
BuildDepends: libjpeg8, libtiff
Depends: %N-shlibs (= %v-%r), pkgconfig
BuildDependsOnly: true
ConfigureParams: --mandir=%i/share/man --disable-dependency-tracking
InstallScript: <<
#!/bin/sh -ev
# Due to some Makefile bug(?), several man pages are not installed automatically
make install prefix=%i
cp utils/{linkicc,psicc,transicc}/*.1 %i/share/man/man1/
<<
Docfiles: AUTHORS COPYING NEWS README.1ST
SplitOff: <<
Package: %N-shlibs
Files: lib/lib%N.2.dylib
Shlibs: %p/lib/liblcms2.2.dylib 3.0.0 %n (>= 2.2-1)
DocFiles: <<
AUTHORS COPYING
doc/*.pdf
<<
<<
SplitOff2: <<
Package: %N-bin
Depends: libjpeg8-shlibs, libtiff-shlibs, %N-shlibs (= %v-%r)
Files: bin share/man
DocFiles: COPYING NEWS INSTALL
<<
Description: Free color management engine in 100K
DescDetail: <<
Little cms intends to be a small-footprint, speed optimized color
management engine in open source form. Since the initial release,
back in 1998, lcms has been continuously evolving, mostly thanks
to contributions done by skilled programmers, who generously donated
their valuable time to review the engine and the documentation.
For now, little cms has been ported to a big number of platforms and
is currently used in many open source and commercial products, as well
as being distributed in major linux enviroments.
<<
DescUsage: <<
The utilities jpgicc, linkicc, psicc, tificc, transicc
and their man pages are in the splitoff package lcms2-bin.
Detailed documentation in pdf form is in %p/share/doc/lcms2-shlibs
in the splitoff package lcms2-shlibs.
<<
Maintainer: Martin Costabel
Homepage: http://www.littlecms.com