diff options
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 | } | ||
