diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-03 01:00:17 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-03 01:00:17 +0000 |
commit | afb011e6080e2e41108ec6b0530a102de6765e83 (patch) | |
tree | 6a9df538b92ade41a539870f22988756a99207fb /packages/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb | |
parent | ef3e342cf7d4a74e84836f07193463f72bac264c (diff) |
docbook-sgml-dtd-native: Simplified and added new versions 4.1 and 4.4
sgmlspl: New recipe.
docbook-utils-native: Adjusted dependencies and added sgmlspl.
Diffstat (limited to 'packages/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb')
-rw-r--r-- | packages/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb b/packages/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb new file mode 100644 index 0000000000..bd75d6ad68 --- /dev/null +++ b/packages/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb @@ -0,0 +1,12 @@ +require docbook-sgml-dtd-native.inc + +DTD_VERSION = "4.1" + +SRC_URI = "http://docbook.org/sgml/4.1/docbk41.zip" + +do_compile() { + # Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/sgml-dtd.html + # for details. + sed -i -e '/ISO 8879/d' -e '/gml/d' docbook.cat +} + |