summaryrefslogtreecommitdiff
path: root/packages/gnumeric/gnumeric_1.5.90.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-10-10 09:14:02 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-10 09:14:02 +0000
commitd5b08431e02d64f351d72ecffa49fabcd1493e67 (patch)
treec3644e7f33117f0dccde82b5e3d3f2edb4c88d41 /packages/gnumeric/gnumeric_1.5.90.bb
parente96008cba558dcbb460fb0a6ce481ba824cb3df4 (diff)
gnumeric: add 1.5.90 + patch
Diffstat (limited to 'packages/gnumeric/gnumeric_1.5.90.bb')
-rw-r--r--packages/gnumeric/gnumeric_1.5.90.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/gnumeric/gnumeric_1.5.90.bb b/packages/gnumeric/gnumeric_1.5.90.bb
new file mode 100644
index 0000000000..3f19f36757
--- /dev/null
+++ b/packages/gnumeric/gnumeric_1.5.90.bb
@@ -0,0 +1,18 @@
+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 "
+
+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)
+}