From 2a47f202eda4a9b38dbfc9d66e3edb06795a3090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 8 Nov 2015 00:24:14 +0100 Subject: [PATCH] libetonyek: initial add 0.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/libetonyek/libetonyek_0.1.3.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-support/libetonyek/libetonyek_0.1.3.bb diff --git a/recipes-support/libetonyek/libetonyek_0.1.3.bb b/recipes-support/libetonyek/libetonyek_0.1.3.bb new file mode 100644 index 0000000..eb3fa7c --- /dev/null +++ b/recipes-support/libetonyek/libetonyek_0.1.3.bb @@ -0,0 +1,13 @@ +SUMMARY = "A library for import of import of Apple iWork documents" +HOMEPAGE = "http://wiki.documentfoundation.org/DLP/Libraries/libetonyek" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=815ca599c9df247a0c7f619bab123dad \ +" +SRC_URI = "http://dev-www.libreoffice.org/src/${BPN}/${BPN}-${PV}.tar.xz" +SRC_URI[md5sum] = "8a2c7de34b5c02f4a75ba086bc5af57b" +SRC_URI[sha256sum] = "fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055" + +inherit autotools pkgconfig + +DEPENDS = "glm mdds icu lcms libxml2 librevenge"