diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-02-01 12:23:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-01 12:23:06 +0000 |
commit | d68c92b4a63e4f46071a1c35ed1bb1009ba6f324 (patch) | |
tree | 41217baf99190192c2ff9bf76fefbda659f7b85d /packages/gnumeric | |
parent | 4f53bb2d58aba4a382057369405e00b165b95f42 (diff) |
goffice_0.2.0.bb, gnumeric_1.6.2.bb : new versions
Diffstat (limited to 'packages/gnumeric')
-rw-r--r-- | packages/gnumeric/gnumeric_1.6.2.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/gnumeric/gnumeric_1.6.2.bb b/packages/gnumeric/gnumeric_1.6.2.bb new file mode 100644 index 0000000000..18ab5472a4 --- /dev/null +++ b/packages/gnumeric/gnumeric_1.6.2.bb @@ -0,0 +1,20 @@ +LICENSE = "GPL" +SECTION = "x11/utils" +S = "${WORKDIR}/gnumeric-${PV}" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" +DEPENDS = "libgsf gtk+ libxml2 goffice libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui libbonoboui" +DESCRIPTION = "Gnumeric spreadsheet for GNOME" + +inherit gnome flow-lossage + +SRC_URI += "file://remove-docs.patch;patch=1" + +EXTRA_OECONF=" --without-perl " + +PACKAGES_DYNAMIC = "gnumeric-plugin-*" + +python populate_packages_prepend () { + gnumeric_libdir = bb.data.expand('${libdir}/gnumeric/${PV}/plugins', d) + + do_split_packages(d, gnumeric_libdir, '(.*)', 'gnumeric-plugin-%s', 'Gnumeric plugin for %s', allow_dirs=True) +} |