diff options
Diffstat (limited to 'libgpevtype')
| -rw-r--r-- | libgpevtype/libgpevtype_0.3.oe | 1 | ||||
| -rw-r--r-- | libgpevtype/libgpevtype_0.4.oe | 19 | ||||
| -rw-r--r-- | libgpevtype/libgpevtype_0.5.oe | 19 |
3 files changed, 39 insertions, 0 deletions
diff --git a/libgpevtype/libgpevtype_0.3.oe b/libgpevtype/libgpevtype_0.3.oe index 3c76aafa5f..b232a5d09c 100644 --- a/libgpevtype/libgpevtype_0.3.oe +++ b/libgpevtype/libgpevtype_0.3.oe @@ -1,3 +1,4 @@ +LICENSE = "LGPL" DESCRIPTION = "Data interchange library for GPE" SECTION = "gpe/libs" PRIORITY = "optional" diff --git a/libgpevtype/libgpevtype_0.4.oe b/libgpevtype/libgpevtype_0.4.oe index e69de29bb2..5af5870219 100644 --- a/libgpevtype/libgpevtype_0.4.oe +++ b/libgpevtype/libgpevtype_0.4.oe @@ -0,0 +1,19 @@ +LICENSE = "LGPL" +DESCRIPTION = "Data interchange library for GPE" +SECTION = "gpe/libs" +PRIORITY = "optional" +MAINTAINER = "Philip Blundell <pb@handhelds.org>" +DEPENDS = "libmimedir" + +inherit pkgconfig gpe + +headers = "tag-db.h vcard.h vevent.h vtodo.h" + +do_stage () { + oe_libinstall -so libgpevtype ${STAGING_LIBDIR} + + mkdir -p ${STAGING_INCDIR}/gpe + for h in ${headers}; do + install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/${h} + done +} diff --git a/libgpevtype/libgpevtype_0.5.oe b/libgpevtype/libgpevtype_0.5.oe index e69de29bb2..5af5870219 100644 --- a/libgpevtype/libgpevtype_0.5.oe +++ b/libgpevtype/libgpevtype_0.5.oe @@ -0,0 +1,19 @@ +LICENSE = "LGPL" +DESCRIPTION = "Data interchange library for GPE" +SECTION = "gpe/libs" +PRIORITY = "optional" +MAINTAINER = "Philip Blundell <pb@handhelds.org>" +DEPENDS = "libmimedir" + +inherit pkgconfig gpe + +headers = "tag-db.h vcard.h vevent.h vtodo.h" + +do_stage () { + oe_libinstall -so libgpevtype ${STAGING_LIBDIR} + + mkdir -p ${STAGING_INCDIR}/gpe + for h in ${headers}; do + install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/${h} + done +} |
