# Description: fournit la gestion de couleurs pour d'autres programmes
# URL: http://www.littlecms.com/
# Maintainer: NuTyX core team 
# Packager: thierryn1 at hispeed dot ch
# Depends on: libtiff, libjpeg
# Run on: libtiff,libjpeg

name=lcms2
version=2.2
release=2

source=( http://downloads.sourceforge.net/lcms/$name-$version.tar.gz )

build() {
	cd $name*
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
}