diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-01-26 13:49:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:36 +0000 |
commit | 8b5e600141b2b4275551bea925a2e63cfe1297bd (patch) | |
tree | 969e9bcfcb01b56746ac0f7391399ed141e17df9 /meta/recipes-devtools | |
parent | 3c7183135d47878f1074b5d9f1ad7570682d44ee (diff) | |
download | poky-8b5e600141b2b4275551bea925a2e63cfe1297bd.tar.gz |
docbook-utils: new recipe v0.6.14
Recipe derived from OpenEmbedded. Converted to use BBCLASSEXTEND.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/docbook-utils/docbook-utils_0.6.14.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/docbook-utils/docbook-utils_0.6.14.bb b/meta/recipes-devtools/docbook-utils/docbook-utils_0.6.14.bb new file mode 100644 index 0000000000..4b053b1a0f --- /dev/null +++ b/meta/recipes-devtools/docbook-utils/docbook-utils_0.6.14.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Utilities for formatting and manipulating DocBook documents" | ||
2 | DESCRIPTION = "A collection of all the free software tools you need to \ | ||
3 | work on and format DocBook documents." | ||
4 | HOMEPAGE = "http://sources.redhat.com/docbook-tools/" | ||
5 | SECTION = "console/utils" | ||
6 | PRIORITY = "required" | ||
7 | LICENSE = "GPLv2" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
9 | DEPENDS = "openjade-native sgmlspl-native docbook-dsssl-stylesheets-native docbook-sgml-dtd-3.1-native" | ||
10 | |||
11 | PR = "r0" | ||
12 | |||
13 | SRC_URI = "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-${PV}.tar.gz" | ||
14 | |||
15 | SRC_URI[md5sum] = "6b41b18c365c01f225bc417cf632d81c" | ||
16 | SRC_URI[sha256sum] = "48faab8ee8a7605c9342fb7b906e0815e3cee84a489182af38e8f7c0df2e92e9" | ||
17 | |||
18 | inherit autotools | ||
19 | |||
20 | BBCLASSEXTEND = "native" | ||