]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
libgpewidget: add 0.112. fixes hh.org Bug #1640.
authorRene Wagner <rw@handhelds.org>
Mon, 15 May 2006 18:14:41 +0000 (20:14 +0200)
committerRene Wagner <rw@handhelds.org>
Mon, 15 May 2006 18:14:41 +0000 (20:14 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/libgpewidget/libgpewidget_0.112.bb [new file with mode: 0644]

diff --git a/org.handhelds.familiar/packages/libgpewidget/libgpewidget_0.112.bb b/org.handhelds.familiar/packages/libgpewidget/libgpewidget_0.112.bb
new file mode 100644 (file)
index 0000000..cc33e71
--- /dev/null
@@ -0,0 +1,30 @@
+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 intltool-native"
+MAINTAINER  = "Florian Boor <florian.boor@kernelconcepts.de>"
+PR          = "r0"
+
+PACKAGES =+ "libgpewidget-bin"
+
+PARALLEL_MAKE = ""
+
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
+           file://pkgconfig.patch;patch=1;pnum=0"
+
+inherit pkgconfig autotools
+
+FILES_libgpewidget-bin = "${bindir}"
+
+EXTRA_OECONF = "--enable-cairo"
+
+LDFLAGS += " -L${STAGING_LIBDIR}" 
+
+do_stage () {
+       autotools_stage_all
+}
+
+do_configure () {
+       autotools_do_configure
+}