summaryrefslogtreecommitdiff
path: root/packages/gnumeric/gnumeric_1.6.2.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-02-06 02:48:51 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-06 02:48:51 +0000
commitdf9021a741b54e4504ba2e639b582b808994a2b4 (patch)
tree456ac557f011f11d84e71aba6ec8e6f0899d3dd0 /packages/gnumeric/gnumeric_1.6.2.bb
parent951a6530af92b32af59d8c5e637a0462e6698b86 (diff)
parent28ae043187520daaa291ce8fc068dae9aee40334 (diff)
merge of ffcf1e664e4c623df8d1843978006676812e0bca
and e1959e48d26e0499e408ad374dceffa4f1055500
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)
+}