blob: 18378f28c0eea2d9b9fa04bc78e62bf899c07ae6 (
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
|
# 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
}
|