Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / gpe-ownerinfo / gpe-ownerinfo_0.23.oe
1 inherit gpe
2
3 DESCRIPTION = "GPE owner information dialog"
4 SECTION = "gpe"
5 PRIORITY = "optional"
6 MAINTAINER = "Philip Blundell <pb@handhelds.org>"
7 DEPENDS = "gtk+ libgpewidget"
8
9 do_stage () {
10         oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
11         install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/ 
12 }