8fc4f8535ed54e97e602c28e938efc43bbac6e86
[vuplus_openembedded] / libgpewidget / libgpewidget_0.78.oe
1 DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
2 SECTION = "gpe/libs"
3 PRIORITY = "optional"
4 MAINTAINER = "Philip Blundell <pb@handhelds.org>"
5 RDEPENDS = "gtk"
6 DEPENDS = "gtk+"
7
8 inherit pkgconfig gpe
9
10 SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${PV}.tar.gz"
11
12 headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h"
13
14 do_stage () {
15         oe_soinstall ${S}/libgpewidget.so.1 ${STAGING_LIBDIR}/
16
17         mkdir -p ${STAGING_INCDIR}/gpe
18         for h in ${headers}; do
19                 install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
20         done
21 }