diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2005-10-07 11:45:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-07 11:45:10 +0000 |
commit | c218d3b0f885d0ec84a79a2dfe453e58a76ad98d (patch) | |
tree | b07795887ef3016ec1e1bf9fe6ca2e3cee19d8f4 | |
parent | e6be5c88b536a9b93c8032f0d5b249590b00c12e (diff) |
gpe-ownerinfo: Add new release.
-rw-r--r-- | packages/gpe-ownerinfo/gpe-ownerinfo_0.28.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/gpe-ownerinfo/gpe-ownerinfo_0.28.bb b/packages/gpe-ownerinfo/gpe-ownerinfo_0.28.bb new file mode 100644 index 0000000000..243bbd1ba9 --- /dev/null +++ b/packages/gpe-ownerinfo/gpe-ownerinfo_0.28.bb @@ -0,0 +1,14 @@ +inherit gpe + +DESCRIPTION = "GPE owner information dialog" +SECTION = "gpe" +PRIORITY = "optional" +MAINTAINER = "Philip Blundell <pb@handhelds.org>" +DEPENDS = "gtk+ libgpewidget" +LICENSE = "GPL" +PR = "r0" + +do_stage () { + oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR} + install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/ +} |