From 3634c727397d926a09277dffe17788701f53138f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 29 Oct 2015 00:02:34 +0100 Subject: [PATCH] libwps: Initial add 0.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/libwps/libwps_0.4.2.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-support/libwps/libwps_0.4.2.bb diff --git a/recipes-support/libwps/libwps_0.4.2.bb b/recipes-support/libwps/libwps_0.4.2.bb new file mode 100644 index 0000000..986fce1 --- /dev/null +++ b/recipes-support/libwps/libwps_0.4.2.bb @@ -0,0 +1,14 @@ +SUMMARY = "Import filter library for MS Works" +HOMEPAGE = "https://sourceforge.net/projects/libwps/" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = " \ + file://COPYING.MPL;md5=815ca599c9df247a0c7f619bab123dad \ +" + +SRC_URI = "http://dev-www.libreoffice.org/src/${BPN}-${PV}.tar.bz2" +SRC_URI[md5sum] = "8a6c55542ce80203dd6d3b1cba99d4e5" +SRC_URI[sha256sum] = "254b8aeb36a3b58eabf682b04a5a6cf9b01267e762c7dc57d4533b95f30dc587" + +inherit autotools pkgconfig + +DEPENDS = "librevenge"