gpe-ownerinfo: Add new release.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 7 Oct 2005 11:45:10 +0000 (11:45 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 7 Oct 2005 11:45:10 +0000 (11:45 +0000)
packages/gpe-ownerinfo/gpe-ownerinfo_0.28.bb [new file with mode: 0644]

diff --git a/packages/gpe-ownerinfo/gpe-ownerinfo_0.28.bb b/packages/gpe-ownerinfo/gpe-ownerinfo_0.28.bb
new file mode 100644 (file)
index 0000000..243bbd1
--- /dev/null
@@ -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}/ 
+}