into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/18 12:08:50+02:00 utwente.nl!koen
goffice_0.0.1.bb: fix more deps, bitbake -b is bad
2005/05/18 11:05:57+02:00 utwente.nl!koen
goffice_0.0.1.bb: fix deps
BKrev: 428b1b6fJOtVTJOgJ9u31Hww6w7xWg
+DESCRIPTION="Gnome Office Library"
+LICENSE="GPLv2"
+PR="r1"
+
+DEPENDS="glib-2.0 gtk+ pango libgnomeprint libgsf libglade libxml2 libart-lgpl"
+
+inherit gnome pkgconfig
+
+
+
+do_stage() {
+ gnome_stage_includes
+}
+
+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)
+}
+
+