summaryrefslogtreecommitdiff
blob: 6c11e7595719ee5f5a0eb207466d0afcde9d04dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2006 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.4 2006/03/18 19:03:22 radek 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="~ppc ~x86"

DEPEND=">=net-zope/zattachmentattribute-2.12
	>=app-text/wv-1.0.0
	>=app-text/xlhtml-0.5
	>=app-text/poppler-0.5"

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
}