[oe-commits] Denis 'Gnutoo' Carikli : libwmf: new recipe, libwmf id a library for converting WMF files

git version control git at git.openembedded.org
Sat Jan 2 16:15:14 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 732a0b122d1c0b0928cee833863a5fa60370efc9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=732a0b122d1c0b0928cee833863a5fa60370efc9

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Jan  1 16:27:50 2010 +0100

libwmf: new recipe, libwmf id a library for converting WMF files

Note that the native recipe(which depend on the non-native recipe)
 is needed for a future fix for abiword 2.8.1

---

 recipes/libwmf/libwmf-native_0.2.8.4.bb |    4 ++++
 recipes/libwmf/libwmf_0.2.8.4.bb        |   12 ++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/libwmf/libwmf-native_0.2.8.4.bb b/recipes/libwmf/libwmf-native_0.2.8.4.bb
new file mode 100644
index 0000000..a33461f
--- /dev/null
+++ b/recipes/libwmf/libwmf-native_0.2.8.4.bb
@@ -0,0 +1,4 @@
+require libwmf_0.2.8.4.bb
+inherit native
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/libwmf/${PV}/libwmf-${PV}.tar.gz;name=tarball"
diff --git a/recipes/libwmf/libwmf_0.2.8.4.bb b/recipes/libwmf/libwmf_0.2.8.4.bb
new file mode 100644
index 0000000..fc02940
--- /dev/null
+++ b/recipes/libwmf/libwmf_0.2.8.4.bb
@@ -0,0 +1,12 @@
+inherit autotools_stage
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${PN}/${PV}/${P}.tar.gz;name=tarball"
+SRC_URI[tarball.md5sum] = "d1177739bf1ceb07f57421f0cee191e0"
+SRC_URI[tarball.sha256sum] = "5b345c69220545d003ad52bfd035d5d6f4f075e65204114a9e875e84895a7cf8"
+
+DESCRIPTION = "Library for converting WMF files"
+HOMEPAGE = "http://wvware.sourceforge.net/libwmf.html"
+LICENSE = "GPL-2" 
+
+SECTION = "libs"
+





More information about the Openembedded-commits mailing list