# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Free Photoshop plugins by AphtoPhoto" HOMEPAGE="http://aphtophoto.50webs.com/" SRC_URI=" ${HOMEPAGE}/free/AutoWhiteBalance_2_1.8bf ${HOMEPAGE}/free/Exposure-Contrast.8bf ${HOMEPAGE}/free/Fix_Focus.8bf " LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" RDEPEND=">=media-plugins/gimp-pspi-1.0.7" DEPEND="${RDEPEND}" OPTDIR="/opt/photoshop/plugins" src_unpack() { for pack in ${A}; do cp ${DISTDIR}/${pack} ${WORKDIR} done } src_install() { insinto ${OPTDIR}/${PN} for pack in ${A}; do doins ${pack} done } pkg_postinst() { elog einfo "You will find the installed plugins in the GIMP under" einfo " Filters -> AphtoPhoto," einfo "provided you've set a path to ${OPTDIR} in" einfo " Xtns -> Photoshop Plug-in Settings." elog }