aboutsummaryrefslogtreecommitdiffstats
path: root/gpe-ownerinfo/gpe-ownerinfo_0.23.oe
blob: 714b431afb715fc5139bc4d16b301eb8b68bef1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inherit gpe

DESCRIPTION = "GPE owner information dialog"
SECTION = "gpe"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "gtk+ libgpewidget"

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

do_stage () {
	install -m 0644 libgpe-ownerinfo.a ${STAGING_LIBDIR}/
	install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/ 
}