diff options
author | Rene Wagner <rw@handhelds.org> | 2005-08-24 16:27:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-24 16:27:50 +0000 |
commit | 9ab834cb933cbe887ecc45a05086aeac9bcae5af (patch) | |
tree | 8dc51bf63102b2c25b2db367863bdf51adae976f /packages/gnome/goffice_0.0.3.bb | |
parent | 7106374e696b7d9f7e03702950352b5191ffa556 (diff) | |
parent | 09fc038cf066498585825d2706dec7accdc20edb (diff) |
merge of 67c06308e7dc7f4e91adc69fedea16ec131bb45e
and ab3bfea881e8e12863a1707268606b7f864d1dc6
Diffstat (limited to 'packages/gnome/goffice_0.0.3.bb')
-rw-r--r-- | packages/gnome/goffice_0.0.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/gnome/goffice_0.0.3.bb b/packages/gnome/goffice_0.0.3.bb new file mode 100644 index 0000000000..db26a617a5 --- /dev/null +++ b/packages/gnome/goffice_0.0.3.bb @@ -0,0 +1,21 @@ +DESCRIPTION="Gnome Office Library" +LICENSE="GPLv2" +PR="r0" + +DEPENDS="glib-2.0 gtk+ pango libgnomeprint libgsf libglade libxml2 libart-lgpl" + +inherit gnome pkgconfig + + + +do_stage() { + gnome_stage_includes + oe_libinstall -so -C goffice libgoffice-1 ${STAGING_LIBDIR} +} + +python populate_packages_prepend () { + goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins', d) + + do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True) +} + |