# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Adobes free ICC profiles, CMYK and RGB" HOMEPAGE="http://www.adobe.com/" SRC_URI="http://download.adobe.com/pub/adobe/iccprofiles/win/AdobeICCProfiles.zip" LICENSE="Adobe" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="" S=${WORKDIR}/Adobe\ ICC\ Profiles src_compile() { ewarn "Installing profiles in /usr/share/iccprofiles/" } src_install() { dodir /usr/share/iccprofiles/RGB\ Profiles/ cp RGB\ Profiles/* ${D}/usr/share/iccprofiles/RGB\ Profiles/ dodir /usr/share/iccprofiles/CMYK\ Profiles/ cp CMYK\ Profiles/* ${D}/usr/share/iccprofiles/CMYK\ Profiles/ dodoc Color\ Profile\ EULA.pdf Read\ Me.pdf }