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-3.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-3.1-native.bb')
-rw-r--r-- | packages/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb b/packages/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb new file mode 100644 index 0000000000..4b0e4629b8 --- /dev/null +++ b/packages/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb @@ -0,0 +1,12 @@ +require docbook-sgml-dtd-native.inc + +DTD_VERSION = "3.1" + +SRC_URI = "http://www.docbook.org/sgml/3.1/docbk31.zip;md5sum=432749c0c806dbae81c8bcb70da3b5d3" + +do_compile() { + # Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/sgml-dtd-3.html + # for details. + sed -i -e '/ISO 8879/d' -e 's|DTDDECL "-//OASIS//DTD DocBook V3.1//EN"|SGMLDECL|g' docbook.cat +} + |