From 4ae559aea3196875b4038b2b2e728238a597ac23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 11 Mar 2019 21:32:31 +0100 Subject: [PATCH] catdoc: initial add 0.95 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/catdoc/catdoc_0.95.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-support/catdoc/catdoc_0.95.bb diff --git a/recipes-support/catdoc/catdoc_0.95.bb b/recipes-support/catdoc/catdoc_0.95.bb new file mode 100644 index 00000000..2e6461a3 --- /dev/null +++ b/recipes-support/catdoc/catdoc_0.95.bb @@ -0,0 +1,17 @@ +SUMMARY = "Read MS-Word files and outputs text" +HOMEPAGE = "https://www.wagner.pp.ru/~vitus/software/catdoc/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +SRC_URI = "http://ftp.wagner.pp.ru/pub/catdoc/${BPN}-${PV}.tar.gz" +SRC_URI[md5sum] = "4ece2f43b140fab6a2c3a9d6436d7779" +SRC_URI[sha256sum] = "514a84180352b6bf367c1d2499819dfa82b60d8c45777432fa643a5ed7d80796" + +inherit autotools-brokensep pkgconfig + +EXTRA_OECONF = "--with-install-root=${D}" + +do_install_prepend() { + install -d ${D}/${datadir}/man/man1 + install -d ${D}/${datadir}/${BPN} +}