# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils autotools DESCRIPTION="ICC compatible color management system" HOMEPAGE="http://www.argyllcms.com" SRC_URI="http://www.argyllcms.com/argyllV0.70Beta7_src.zip" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=media-libs/tiff-3.7.3 >=media-libs/jpeg-6b-r5 >=sys-libs/zlib-1.2.3 || ( >=dev-util/jam-2.4 >=dev-util/ftjam-2.4 )" RDEPEND="" src_compile() { sh makeall.ksh || die "jam makeall script failed" } src_install() { sh makeinstall.ksh || die "jam makeinstall script failed" rm bin/License.txt mv bin/RefMediumGamut.gam ref/ dobin bin/* dodoc *.txt dohtml doc/* dodoc ref/* }