aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libgpewidget
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-31 16:51:22 +0000
committerKoen Kooi <koen@openembedded.org>2006-07-31 16:51:22 +0000
commiteb9a3ea5291ffe946d76a5311481273678c776bf (patch)
treec82f2d0a649d71dba0416617af67cfefdb851b54 /packages/libgpewidget
parent09436056f94e7103d436177bdaea7c3bd9493913 (diff)
downloadopenembedded-eb9a3ea5291ffe946d76a5311481273678c776bf.tar.gz
libgpewidget: update to 0.114
Diffstat (limited to 'packages/libgpewidget')
-rw-r--r--packages/libgpewidget/libgpewidget_0.114.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/libgpewidget/libgpewidget_0.114.bb b/packages/libgpewidget/libgpewidget_0.114.bb
new file mode 100644
index 0000000000..21ab29bff6
--- /dev/null
+++ b/packages/libgpewidget/libgpewidget_0.114.bb
@@ -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
+}