You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/ooextras/ooextras-20060909.ebuild

33 lines
830 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/ooextras/ooextras-20060909.ebuild,v 1.8 2015/02/15 21:20:14 dilfridge Exp $
DESCRIPTION="OOExtras: Extra Templates for OpenOffice.org!"
HOMEPAGE="http://ooextras.sourceforge.net/"
SRC_URI="mirror://sourceforge/ooextras/${PN}${PV}.tgz"
INSTDIR="/opt/${PN}"
S="${WORKDIR}/downloads"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 -sparc x86"
IUSE=""
RDEPEND="virtual/ooo"
DEPEND="${RDEPEND}"
src_compile() {
true # nothing to do
}
src_install() {
dodir ${INSTDIR}
cp -R -- "${S}"/. "${D}"/${INSTDIR}/
}
pkg_postinst() {
elog "Please add ${INSTDIR} to your template paths in OpenOffice.org"
elog "You can do this under:"
elog "Tools > Options > OpenOffice.org > Paths"
}