bgpewidget: add 0.113
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 25 Jul 2006 11:56:32 +0000 (11:56 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 25 Jul 2006 11:56:32 +0000 (11:56 +0000)
packages/libgpewidget/libgpewidget_0.113.bb [new file with mode: 0644]

diff --git a/packages/libgpewidget/libgpewidget_0.113.bb b/packages/libgpewidget/libgpewidget_0.113.bb
new file mode 100644 (file)
index 0000000..21ab29b
--- /dev/null
@@ -0,0 +1,23 @@
+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"
+MAINTAINER  = "Florian Boor <florian.boor@kernelconcepts.de>"
+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
+}