summaryrefslogtreecommitdiff
path: root/packages/libgpewidget
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-05-06 15:57:21 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-06 15:57:21 +0000
commit017e0d534efae56a86e77aaaaa21b904b675f5e9 (patch)
treef2055c5230fddf1687a6b90709d1cee6c8c1c06f /packages/libgpewidget
parente1b98dd7d44d5d6bdb5c473ffe9158f03bbcfbd6 (diff)
libgpewidget: add 0.111
Diffstat (limited to 'packages/libgpewidget')
-rw-r--r--packages/libgpewidget/libgpewidget_0.111.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/libgpewidget/libgpewidget_0.111.bb b/packages/libgpewidget/libgpewidget_0.111.bb
new file mode 100644
index 0000000000..780d1e920b
--- /dev/null
+++ b/packages/libgpewidget/libgpewidget_0.111.bb
@@ -0,0 +1,26 @@
+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"
+
+PARALLEL_MAKE = ""
+
+LDFLAGS += " -L${STAGING_LIBDIR}"
+
+do_stage () {
+ autotools_stage_all
+}
+