# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="OOExtras: Extras for OpenOffice.org!" HOMEPAGE="http://ooextras.sourceforge.net/" SRC_URI="mirror://sourceforge/ooextras/${PN}${PV}.tgz" MY_D="/opt/${PN}" S="${WORKDIR}/downloads" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" IUSE="" DEPEND="" src_compile() { true # nothing to do } src_install() { dodir ${MY_D} cp -R -- ${S}/. ${D}/${MY_D}/ } pkg_postinst() { einfo "please add ${MY_D} to your template paths in OpenOffice.org" }