summaryrefslogtreecommitdiff
blob: 7e774b04466529f16038e7dde841d9f409ffaa9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MY_P="docbook2odf-${PV}"
DESCRIPTION="XSL Stylesheets for Docbook2odf"
HOMEPAGE="http://open.comsultia.com/docbook2odf/"
SRC_URI="http://open.comsultia.com/docbook2odf/dwn/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S=${WORKDIR}/${MY_P}

src_install() {
	insinto /usr/share/${PN}
	doins -r xsl \
		|| die "Could not copy stylesheet files and directories."
}