summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Ondrusek (yak) <yak@gmx.co.uk>2009-06-22 14:51:11 +0000
committerJakub Ondrusek (yak) <yak@gmx.co.uk>2009-06-22 14:51:11 +0000
commit5c72cc72a4e7f6906dc538acc3ffc9fae648ad17 (patch)
tree91685ffcfdd5c78eba5d9e722c4ae3639445ed22 /app-text/docbook2odf-xsl-stylesheets/docbook2odf-xsl-stylesheets-0.244.ebuild
parentRemoved app-backup/luckybackup, bug 261396 now in main tree (diff)
downloadsunrise-5c72cc72a4e7f6906dc538acc3ffc9fae648ad17.tar.gz
sunrise-5c72cc72a4e7f6906dc538acc3ffc9fae648ad17.tar.bz2
sunrise-5c72cc72a4e7f6906dc538acc3ffc9fae648ad17.zip
app-text/docbook2odf-xsl-stylesheets: New Ebuild for bug 136051 - docbook2odf-xsl-stylesheets
svn path=/sunrise/; revision=8687
Diffstat (limited to 'app-text/docbook2odf-xsl-stylesheets/docbook2odf-xsl-stylesheets-0.244.ebuild')
-rw-r--r--app-text/docbook2odf-xsl-stylesheets/docbook2odf-xsl-stylesheets-0.244.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-text/docbook2odf-xsl-stylesheets/docbook2odf-xsl-stylesheets-0.244.ebuild b/app-text/docbook2odf-xsl-stylesheets/docbook2odf-xsl-stylesheets-0.244.ebuild
new file mode 100644
index 000000000..661ad0b10
--- /dev/null
+++ b/app-text/docbook2odf-xsl-stylesheets/docbook2odf-xsl-stylesheets-0.244.ebuild
@@ -0,0 +1,24 @@
+# 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="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ insinto /usr/share/${PN}
+ doins -r xsl \
+ || die "Could not copy stylesheet files and directories."
+}