diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-13 00:12:33 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-13 00:12:33 +0000 |
commit | 81ef4f4c57d375fef7727bab14d2fef5c7a77012 (patch) | |
tree | ddb8ee4bded2f5b720d65f1486587e89d2fd8db5 /libgpevtype | |
parent | 9fcdac99ab63d5a5bf3276fa36dbc0c4b6efc93a (diff) |
add LICENSE
BKrev: 41955171-LQlXfjWLHDGowg4rlKs1w
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 +} |