libgpewidget: add 0.105
authorKoen Kooi <koen@openembedded.org>
Mon, 17 Oct 2005 08:56:38 +0000 (08:56 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 17 Oct 2005 08:56:38 +0000 (08:56 +0000)
packages/libgpewidget/libgpewidget_0.105.bb [new file with mode: 0644]

diff --git a/packages/libgpewidget/libgpewidget_0.105.bb b/packages/libgpewidget/libgpewidget_0.105.bb
new file mode 100644 (file)
index 0000000..f7d45ff
--- /dev/null
@@ -0,0 +1,17 @@
+LICENSE = "LGPL"
+DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "gtk+ cairo libxrender gtk-doc intltool-native"
+
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"
+
+inherit pkgconfig autotools
+
+EXTRA_OECONF = "--enable-cairo"
+
+do_stage () {
+       autotools_stage_all
+}
+