From: Koen Kooi Date: Mon, 17 Oct 2005 08:56:38 +0000 (+0000) Subject: libgpewidget: add 0.105 X-Git-Tag: Release-2010-05/1~9453^2~3248 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b14e50961b6505cd657f0dc684c2d2df0f758d38;p=openembedded.git libgpewidget: add 0.105 --- diff --git a/packages/libgpewidget/libgpewidget_0.105.bb b/packages/libgpewidget/libgpewidget_0.105.bb new file mode 100644 index 0000000000..f7d45ff0e8 --- /dev/null +++ b/packages/libgpewidget/libgpewidget_0.105.bb @@ -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 " +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 +} +