summaryrefslogtreecommitdiff
path: root/app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild
Unidiff
Diffstat (limited to 'app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild') (more/less context) (ignore whitespace changes)
-rw-r--r--app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild b/app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild
new file mode 100644
index 0000000..6f2f407
--- a/dev/null
+++ b/app-text/offo-hyphenation-fop/offo-hyphenation-fop-0.20.5.ebuild
@@ -0,0 +1,23 @@
1# Copyright 1999-2007 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4
5inherit eutils
6
7DESCRIPTION="Hyphenation patterns for FOP"
8HOMEPAGE="http://offo.sourceforge.net/"
9SRC_URI="mirror://sourceforge/offo/${P}.zip"
10LICENSE=""
11SLOT="0"
12KEYWORDS="~amd64 ~x86"
13IUSE=""
14
15RDEPEND="
16 dev-java/fop
17"
18
19src_install() {
20 dohtml -r .
21 insinto /usr/share/fop/lib
22 doins fop-hyph.jar
23}