aboutsummaryrefslogtreecommitdiffstats
path: root/libgpewidget/libgpewidget_0.78.oe
blob: bdca61b06463811aeb2550eff7f3b032ffe0218c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
SECTION = "gpe/libs"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
RDEPENDS = "gtk"
DEPENDS = "gtk+"

inherit pkgconfig

SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${PV}.tar.gz

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"

do_stage () {
	install -m 0755 libgpewidget.so.1 ${STAGING_LIBDIR}/
	ln -s libgpewidget.so.1 ${STAGING_LIBDIR}/libgpewidget.so

	mkdir -p ${STAGING_INCDIR}/gpe
	for h in ${headers}; do
		install -m 0644 gpe/$h ${STAGING_INCDIR}/gpe/${h}
	done
}

do_install() {
	oe_runmake 'DESTDIR=${D}' install
}