[weasel-commit] Source: docbook-xsl-stylesheets=1.75.2-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Fri, 15 Jan 2010 18:37:52 -0500

================================
docbook-xsl-stylesheets:source=1.75.2-1
cvc rdiff docbook-xsl-stylesheets -1 /weasel.rpath.org@wgl:3-devel/1.75.2-1
================================
1.75.2-1 Filip Brcic (brcha@xxxxxxx) Fri Jan 15 18:37:42 2010
    docbook-xsl-stylesheets 1.75.2

docbook-xsl-1.75.2.tar.bz2: new
docbook-xsl-stylesheets.recipe: new
--- /dev/null
+++ docbook-xsl-stylesheets.recipe
@@ -0,0 +36 @@
+#
+# Copyright (c) 2010 Filip Brcic <brcha@xxxxxxxxxxxx>
+# Distributed under the terms of the GNU General Public License v3
+#
+
+loadInstalled('python')
+class DocbookXslStylesheets(CPackageRecipe, Python.VersionMixIn):
+    name = 'docbook-xsl-stylesheets'
+    version = '1.75.2'
+
+    buildRequires = [
+        'libxml2:python', 'libxslt:python', 'perl:devel',
+        'python:devel', 'ruby:runtime',
+        ]
+
+    shortDesc  = 'XSL Stylesheets for Docbook'
+    longDesc   = """
+The DocBook XSL stylesheets are a set of stylesheets for use with an
+XSLT engine (such as xsltproc or Saxon) for transforming DocBook XML
+documents into other DocBookOutputFormats, such as HTML, PDF,
+Microsoft HTML Help, and man pages. NormanWalsh designed the XSL
+stylesheets and continues to actively develop and maintain them,
+making bug fixes and feature enhancements to them and regularly
+releasing updated versions (with contributions from members of the
+DocBookOpenRepository, where the stylesheets are now maintained).
+"""
+    url        = 'http://wiki.docbook.org/topic/DocBookXslStylesheets'
+    licenses   = [ 'BSD' ]
+    categories = [ 'Applications/Text' ]
+
+    def setup(r):
+        r.setDefaultPython()
+        r.macros.archive_name = 'docbook-xsl'
+        r.addArchive('mirror://sourceforge/docbook/')
+
+        r.Copy('*', '%(datadir)s/sgml/docbook/xsl-stylesheets/')


Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: docbook-xsl-stylesheets=1.75.2-1 - rbuilder