# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-zope/zaaplugins/zaaplugins-2.12.ebuild,v 1.2 2004/10/14 20:00:23 dholm Exp $ inherit zproduct DESCRIPTION="A collection of ZAttachmentAttribute Plugins" HOMEPAGE="http://ingeniweb.sourceforge.net/" SRC_URI="mirror://sourceforge/ingeniweb/ZAAPlugins-${PV}.tar.gz" LICENSE="ZPL" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=net-zope/zattachmentattribute-2.12 >=app-text/wv-1.0.0 >=app-text/xlhtml-0.5 >=app-text/xpdf-2.03" ZPROD_LIST="ZAAPlugins" src_install () { rm -rf ${WORKDIR}/ZAAPlugins/MSExcel/win32 rm -rf ${WORKDIR}/ZAAPlugins/MSPowerPoint/win32 rm -f ${WORKDIR}/ZAAPlugins/MSPowerPoint/ppthtml.exe rm -rf ${WORKDIR}/ZAAPlugins/MSWord/win32 rm -rf ${WORKDIR}/ZAAPlugins/PDF/win32 zproduct_src_install }