From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb (limited to 'meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb') 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..fce4178ee1 --- /dev/null +++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb @@ -0,0 +1,24 @@ +SUMMARY = "Convert LinuxDoc SGML source into other formats" +HOMEPAGE = "http://packages.debian.org/linuxdoc-tools" +LICENSE = "GPLv3+" +LIC_FILES_CHKSUM = "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931" + +DEPENDS = "groff-native openjade-native" + + +SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.gz \ + file://disable_sgml2rtf.patch \ + file://disable_txt_doc.patch \ + file://disable_tex_doc.patch \ + file://disable_dvips_doc.patch" + +SRC_URI[md5sum] = "1d13d500918a7a145b0edc2f16f61dd1" +SRC_URI[sha256sum] = "7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101" + +FILESPATH = "${FILE_DIRNAME}/linuxdoc-tools-native/" + +inherit autotools-brokensep native + +do_configure () { + oe_runconf +} -- cgit v1.2.3-54-g00ecf