libgpewidget: Add 0.115
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 29 Mar 2007 14:50:11 +0000 (14:50 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 29 Mar 2007 14:50:11 +0000 (14:50 +0000)
packages/libgpewidget/libgpewidget_0.115.bb [new file with mode: 0644]

diff --git a/packages/libgpewidget/libgpewidget_0.115.bb b/packages/libgpewidget/libgpewidget_0.115.bb
new file mode 100644 (file)
index 0000000..f679296
--- /dev/null
@@ -0,0 +1,22 @@
+LICENSE     = "LGPL"
+DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
+SECTION = "gpe/libs"
+PRIORITY    = "optional"
+DEPENDS     = "gtk+ cairo libxrender gtk-doc"
+PR          = "r0"
+
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpe pkgconfig autotools
+
+SRC_URI += "file://pkgconfig.patch;patch=1;pnum=0"
+
+PACKAGES =+ "libgpewidget-bin"
+FILES_libgpewidget-bin = "${bindir}/*"
+
+EXTRA_OECONF = "--enable-cairo"
+
+LDFLAGS += " -L${STAGING_LIBDIR}"
+
+do_stage () {
+       autotools_stage_all
+}