From db58686ea91f7276adbf68e9db40fba0a4112405 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 14 Jun 2009 19:42:51 +0100 Subject: Initial commit --- app-office/odftools/odftools-0.1.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app-office/odftools/odftools-0.1.ebuild (limited to 'app-office/odftools') diff --git a/app-office/odftools/odftools-0.1.ebuild b/app-office/odftools/odftools-0.1.ebuild new file mode 100644 index 0000000..c6eda2b --- /dev/null +++ b/app-office/odftools/odftools-0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="A collection of command-line tools for processing ODF documents" +HOMEPAGE="http://opendocumentfellowship.com/development/projects/odftools" +SRC_URI="http://opendocumentfellowship.com/~daniel/${P}.tgz" + +LICENSE="Apache-2.0 LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-lang/perl + dev-libs/libxslt" +RDEPEND="${DEPEND}" + +src_install() { + dobin odfread odf2html + doman doc/odfread.1 doc/odf2html.1 + insinto "/usr/share/${PN}" + doins odt2html.xsl odt2html-fast.xsl elinks.conf +} -- cgit v1.2.3