# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-zope/portaltransforms/portaltransforms-1.0.3.ebuild,v 1.2 2004/03/27 11:10:14 dholm Exp $ inherit zproduct MY_PN="PortalTransforms" MY_PV=1.0.4 MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="MIME-type based transformations for Archetypes" HOMEPAGE="http://www.sf.net/projects/archetypes" SRC_URI="mirror://sourceforge/archetypes/${MY_P}.tgz" LICENSE="GPL-1" KEYWORDS="~x86 ~ppc" ZPROD_LIST="${MY_PN}" MYDOC="${MYDOC} TODO README LICENSE.txt ChangeLog" DEPEND_BOTH="dev-python/docutils net-www/lynx app-text/pdftohtml" RDEPEND="${RDEPEND} app-text/htmltidy app-text/wv dev-libs/libxslt app-text/xlhtml app-text/unrtf ${DEPEND_BOTH}" S=${WORKDIR}/${MY_P}/${MY_PN} src_compile() { python setup.py build } src_install() { dodoc docs/*.rst dohtml docs/*.html DIR=`ls -d build/scripts*` S=${S}/build dobin ${DIR}/transform S=${S}/build/lib/Products zproduct_src_install all cp -a ${S}/{zope,www,skins,tool.gif,version.txt,Extensions} ${D}/${ZP_DIR}/${PF}/PortalTransforms }