# Description: Little CMS. A free color management engine. # URL: http://www.littlecms.com/ # Packager: Ivan Rodionov, jean at mosk ru # Depends on: zlib, libtiff, libjpeg, python name=lcms version=1.17 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) build() { cd $name-$version mkdir -p $PKG/usr/bin ./configure --prefix=/usr \ --with-python \ --mandir=/usr/man make LIBRARY_REVISION=17 make DESTDIR=$PKG install }