summaryrefslogtreecommitdiff
path: root/app-office/odftools/odftools-0.1.ebuild
blob: c6eda2b0988e6a777201f5d649434d20eab4799d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
}