Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / libgpewidget / libgpewidget_0.95.oe
1 LICENSE = "LGPL"
2 PR = "r1"
3 DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
4 SECTION = "gpe/libs"
5 PRIORITY = "optional"
6 MAINTAINER = "Philip Blundell <pb@handhelds.org>"
7 DEPENDS = "gtk+ cairo libxrender"
8
9 inherit pkgconfig gpe
10
11 headers = "infoprint.h 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 gpehelp.h gpeiconlistitem.h gpeclockface.h"
12
13 do_stage () {
14         oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
15
16         mkdir -p ${STAGING_INCDIR}/gpe
17         for h in ${headers}; do
18                 install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
19         done
20 }
21
22 do_install_append () {
23         oe_runmake PREFIX='${prefix}' DESTDIR='${D}' install-devel
24 }
25