]> Pileus Git - ~andy/sunrise/blob - app-text/docbook2odf-xsl-stylesheets/docbook2odf-xsl-stylesheets-0.244.ebuild
app-dicts/words-bin: Adding ~amd64 keyword
[~andy/sunrise] / app-text / docbook2odf-xsl-stylesheets / docbook2odf-xsl-stylesheets-0.244.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 MY_P="docbook2odf-${PV}"
6 DESCRIPTION="XSL Stylesheets for Docbook2odf"
7 HOMEPAGE="http://open.comsultia.com/docbook2odf/"
8 SRC_URI="http://open.comsultia.com/docbook2odf/dwn/${MY_P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 S=${WORKDIR}/${MY_P}
16
17 src_install() {
18         insinto /usr/share/${PN}
19         doins -r xsl \
20                 || die "Could not copy stylesheet files and directories."
21 }