diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/sgml-common/sgml-common_0.6.3.bb | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/sgml-common/sgml-common_0.6.3.bb')
-rw-r--r-- | packages/sgml-common/sgml-common_0.6.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/sgml-common/sgml-common_0.6.3.bb b/packages/sgml-common/sgml-common_0.6.3.bb index e69de29bb2..b2b8896b00 100644 --- a/packages/sgml-common/sgml-common_0.6.3.bb +++ b/packages/sgml-common/sgml-common_0.6.3.bb @@ -0,0 +1,16 @@ +LICENSE = GPL +SECTION = "base" +DESCRIPTION = "The sgml-common package gathers very basic \ +stuff necessary to work with SGML and XML, such as xml.dcl, \ +a SGML declaration of XML; iso-entities, a list of the basic \ +SGML ISO entities; and install-catalog, a script used to \ +add entries to (or remove entries from) centralized catalogs \ +whose entries are pointers to SGML open catalogs, \ +as defined by OASIS." + +FILES_sgml-common_append = " ${datadir}/sgml" + +SRC_URI = "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-${PV}.tgz \ + file://autohell.patch;patch=1" + +inherit autotools |