diff options
author | Robert Schuster <thebohemian@gmx.net> | 2007-12-31 11:50:13 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2007-12-31 11:50:13 +0000 |
commit | 4875f9bd2c47f8cdc40c5fd70012e262f8be4934 (patch) | |
tree | 9ca93b2b8e7c1b6dd091490ad33119df0e4fe4f0 /packages/docbook-utils/docbook-utils_0.6.14.bb | |
parent | 275f358d054ba5c4721cfe87edaec8202ee8095e (diff) |
PR 3656
docbook-dsssl-stylesheets-native: New recipe.
docbook-sgml-dtd-native: New recipe.
docbook-utils-native 0.6.14: Added recipe for new version.
docbook-utils 0.6.14: Added recipe for new version.
openjade-native: Made functional from native staging location
- fixed compilation error
opensp-native: Made functional from native staging location.
sgml-common-native 0.6.3: Made functional from native staging location.
sgml-common 0.6.3: Added pkginstall and pkgpostinstall.
Diffstat (limited to 'packages/docbook-utils/docbook-utils_0.6.14.bb')
-rw-r--r-- | packages/docbook-utils/docbook-utils_0.6.14.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/docbook-utils/docbook-utils_0.6.14.bb b/packages/docbook-utils/docbook-utils_0.6.14.bb new file mode 100644 index 0000000000..c22d9053bf --- /dev/null +++ b/packages/docbook-utils/docbook-utils_0.6.14.bb @@ -0,0 +1,10 @@ +SECTION = "console/utils" +LICENSE = "GPL" +DEPENDS = "" +DESCRIPTION = "docbook-utils contains scripts for easy conversion \ +from DocBook SGML files to other formats (for example, HTML, RTF, \ +and PostScript), and for comparing SGML files." + +SRC_URI = "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-${PV}.tar.gz" + +inherit autotools |