diff options
author | Koen Kooi <koen@openembedded.org> | 2005-11-09 11:29:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-09 11:29:09 +0000 |
commit | cfe0efe6d9875f01a78d0b4c486f80383ba691cb (patch) | |
tree | 1216f10348dc3493799096d5549d5232d592f277 | |
parent | 879670377c7d5626b4f52d9f6d420ba3ceafb770 (diff) |
libgpeplugin: add cvs version
-rw-r--r-- | packages/libgpeplugin/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/libgpeplugin/libgpeplugin_cvs.bb | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/packages/libgpeplugin/.mtn2git_empty b/packages/libgpeplugin/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libgpeplugin/.mtn2git_empty diff --git a/packages/libgpeplugin/libgpeplugin_cvs.bb b/packages/libgpeplugin/libgpeplugin_cvs.bb new file mode 100644 index 0000000000..be56d0cbad --- /dev/null +++ b/packages/libgpeplugin/libgpeplugin_cvs.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Plugin system for GPE applications" +AUTHOR = "Luce DeCicco <ldecicco@gmail.com>" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" + +DEPENDS = "gtk+ libgpewidget" +PV = "0.0+cvs${CVSDATE}" +PR = "r0" + +#put examples in a seperate package +PACKAGES += ${PN}-examples +FILES_${PN}-examples = "${bindir}/* ${libexecdir}/*" +FILES_${PN} = "${libdir}/*.so.*" + + +SRC_URI = "${HANDHELDS_CVS};module=gpe/base/${PN}" +S = "${WORKDIR}/${PN}" + +inherit autotools pkgconfig + +do_stage() { +autotools_stage_all +} |