# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="The Luce Photoshop plugin by L'amico Perry" HOMEPAGE="http://amicoperry.altervista.org/luce/" SRC_URI="${HOMEPAGE}/luce.zip" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=media-plugins/gimp-pspi-1.0.7" DEPEND="${RDEPEND}" OPTDIR="/opt/photoshop/plugins" src_install() { insinto ${OPTDIR}/${PN} doins Luce.8bf || die "doins" } pkg_postinst() { elog einfo "You will find the installed plugins in the GIMP under" einfo " Filters -> L'amico Perry," einfo "provided you've set a path to ${OPTDIR} in" einfo " Xtns -> Photoshop Plug-in Settings." elog }