]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libgpewidget/libgpewidget_0.105.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libgpewidget / libgpewidget_0.105.bb
1 LICENSE = "LGPL"
2 DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
3 SECTION = "gpe/libs"
4 PRIORITY = "optional"
5 MAINTAINER = "Philip Blundell <pb@handhelds.org>"
6 DEPENDS = "gtk+ cairo libxrender gtk-doc intltool-native"
7
8 SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"
9
10 inherit pkgconfig autotools
11
12 EXTRA_OECONF = "--enable-cairo"
13
14 do_stage () {
15         autotools_stage_all
16 }
17