# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Photoshop-compatible plugins set 4 by Xero Graphics" HOMEPAGE="http://www.xero-graphics.co.uk/" RESTRICT="mirror" SRC_URI="${HOMEPAGE}/downloads/xeroset4.zip" LICENSE="XG" 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 `ls *.8bf` || die "doins" dohtml readme.htm || die "dohtml" } pkg_postinst() { elog einfo "You will find the installed plugins in the GIMP under" einfo " Filters -> xero," einfo "provided you've set a path to ${OPTDIR} in" einfo " Xtns -> Photoshop Plug-in Settings." elog }