704044f09b8f72e79794c1e19a60617ca715636e
[vuplus_openembedded] / packages / gpe-ownerinfo / gpe-ownerinfo.inc
1 inherit gpe
2
3 DESCRIPTION = "GPE owner information dialog"
4 SECTION = "gpe"
5 PRIORITY = "optional"
6 LICENSE = "GPL"
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 }
13