diff options
| author | Scott Garman <scott.a.garman@intel.com> | 2011-02-24 15:57:32 -0800 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-02-25 08:46:59 -0800 |
| commit | d7d53a500c7d18c9d6362261ad1351a6810098f1 (patch) | |
| tree | af8649aae34065c2f6c8465244a90a6462475ec4 /meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb | |
| parent | fa1e7d52b29433ac7a472e5e2a87990e21e25665 (diff) | |
| download | poky-d7d53a500c7d18c9d6362261ad1351a6810098f1.tar.gz | |
linuxdoc-tools-native: new recipe v0.99.6
This package includes utilities such as sgml2html and sgml2txt,
which are used by other packages (e.g, libuser) for building
documentation.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb')
| -rw-r--r-- | meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb new file mode 100644 index 0000000000..f3cd19571b --- /dev/null +++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "Convert LinuxDoc SGML source into other formats" | ||
| 2 | DESCRIPTION = "Convert LinuxDoc SGML source into other formats" | ||
| 3 | HOMEPAGE = "http://packages.debian.org/linuxdoc-tools" | ||
| 4 | LICENSE = "GPLv3+" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=5fbccc46cff2379505ca4e09c7d6ccfe" | ||
| 6 | |||
| 7 | DEPENDS = "openjade-native" | ||
| 8 | |||
| 9 | PR = "r0" | ||
| 10 | |||
| 11 | SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.tar.gz \ | ||
| 12 | file://disable_sgml2rtf.patch" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "f214e79b0dd084689cd04f18722bd563" | ||
| 15 | SRC_URI[sha256sum] = "128cabb52ef8fb2f370ee488ea92bf4d8e49859200c7c8cae807abfe860a62ec" | ||
| 16 | |||
| 17 | inherit autotools native | ||
| 18 | |||
| 19 | do_configure () { | ||
| 20 | oe_runconf | ||
| 21 | } | ||
