diff options
Diffstat (limited to 'meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb')
-rw-r--r-- | meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb new file mode 100644 index 0000000000..b744ccd368 --- /dev/null +++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | |||
@@ -0,0 +1,26 @@ | |||
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=077ef64ec3ac257fb0d786531cf26931" | ||
6 | |||
7 | DEPENDS = "groff-native openjade-native" | ||
8 | |||
9 | PR = "r0" | ||
10 | |||
11 | SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.gz \ | ||
12 | file://disable_sgml2rtf.patch \ | ||
13 | file://disable_txt_doc.patch \ | ||
14 | file://disable_tex_doc.patch \ | ||
15 | file://disable_dvips_doc.patch" | ||
16 | |||
17 | SRC_URI[md5sum] = "1d13d500918a7a145b0edc2f16f61dd1" | ||
18 | SRC_URI[sha256sum] = "7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101" | ||
19 | |||
20 | FILESPATH = "${FILE_DIRNAME}/linuxdoc-tools-native/" | ||
21 | |||
22 | inherit autotools native | ||
23 | |||
24 | do_configure () { | ||
25 | oe_runconf | ||
26 | } | ||