summaryrefslogtreecommitdiff
path: root/packages/gnumeric/gnumeric_1.6.2.bb
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2006-02-05 05:26:43 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-05 05:26:43 +0000
commitaea7a790f3a96a488c6197cacb26707fbbda16a4 (patch)
treefd2d36d0c071f4e320446176ac91070393aa0739 /packages/gnumeric/gnumeric_1.6.2.bb
parent19f3fb04fe976bf96329356ea2209e92e8827a21 (diff)
parent7012a444f57bcb44f0ee6326ea02efa6a2bb09a5 (diff)
merge of 911d39563f4bbb32b27acb504168de96ff1e68f7
and c6e9501260c1bb7c2842f36ce47f70045a964179
Diffstat (limited to 'packages/gnumeric/gnumeric_1.6.2.bb')
-rw-r--r--packages/gnumeric/gnumeric_1.6.2.bb20
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)
+}