libgweather: update to 2.24
authorKoen Kooi <koen@openembedded.org>
Fri, 26 Sep 2008 12:18:51 +0000 (12:18 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 26 Sep 2008 12:18:51 +0000 (12:18 +0000)
packages/gnome/libgweather_2.24.0.bb [new file with mode: 0644]

diff --git a/packages/gnome/libgweather_2.24.0.bb b/packages/gnome/libgweather_2.24.0.bb
new file mode 100644 (file)
index 0000000..83fe45e
--- /dev/null
@@ -0,0 +1,21 @@
+LICENSE = "LGPL"
+DEPENDS = "libgnome"
+
+inherit gnome
+
+do_configure_prepend() {
+        sed -i -e s:help:: ${S}/Makefile.am
+}
+
+
+PACKAGES =+ "libpanel-applet"
+FILES_libpanel-applet = "${libdir}/libpanel-applet-2.so.*"
+
+FILES_${PN} =+ "${datadir}/gnome* \
+                ${datadir}/icons"
+
+EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2"
+
+do_stage() {
+        autotools_stage_all
+}