96821910ea93517e4640634f6e5af74c3490899b
[vuplus_openembedded] / libgpewidget / libgpewidget_0.79.oe
1 PR = "r1"
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 xrender"
7
8 inherit pkgconfig gpe
9
10 SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${PV}.tar.gz \
11            file://${FILESDIR}/ldflags.patch;patch=1"
12
13 headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h"
14
15 do_stage () {
16         oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
17
18         mkdir -p ${STAGING_INCDIR}/gpe
19         for h in ${headers}; do
20                 install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
21         done
22 }