summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb
diff options
context:
space:
mode:
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.bb21
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 @@
1SUMMARY = "Convert LinuxDoc SGML source into other formats"
2DESCRIPTION = "Convert LinuxDoc SGML source into other formats"
3HOMEPAGE = "http://packages.debian.org/linuxdoc-tools"
4LICENSE = "GPLv3+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=5fbccc46cff2379505ca4e09c7d6ccfe"
6
7DEPENDS = "openjade-native"
8
9PR = "r0"
10
11SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.tar.gz \
12 file://disable_sgml2rtf.patch"
13
14SRC_URI[md5sum] = "f214e79b0dd084689cd04f18722bd563"
15SRC_URI[sha256sum] = "128cabb52ef8fb2f370ee488ea92bf4d8e49859200c7c8cae807abfe860a62ec"
16
17inherit autotools native
18
19do_configure () {
20 oe_runconf
21}