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, 0 insertions, 26 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 deleted file mode 100644 index a5deb2e2d5..0000000000 --- a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SUMMARY = "Convert LinuxDoc SGML source into other formats" | ||
2 | HOMEPAGE = "http://packages.debian.org/linuxdoc-tools" | ||
3 | LICENSE = "GPLv3+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931" | ||
5 | |||
6 | DEPENDS = "groff-native openjade-native" | ||
7 | |||
8 | SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/l/${BPN}/${BPN}_${PV}.orig.tar.gz \ | ||
9 | file://disable_sgml2rtf.patch \ | ||
10 | file://disable_txt_doc.patch \ | ||
11 | file://disable_tex_doc.patch \ | ||
12 | file://disable_dvips_doc.patch" | ||
13 | |||
14 | SRC_URI[md5sum] = "1d13d500918a7a145b0edc2f16f61dd1" | ||
15 | SRC_URI[sha256sum] = "7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101" | ||
16 | |||
17 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/" | ||
18 | inherit autotools-brokensep native | ||
19 | |||
20 | do_configure () { | ||
21 | oe_runconf | ||
22 | } | ||
23 | |||
24 | do_install() { | ||
25 | oe_runmake 'DESTDIR=${D}' 'TMPDIR=${T}' install | ||
26 | } | ||