diff options
Diffstat (limited to 'libgpevtype')
| -rw-r--r-- | libgpevtype/libgpevtype_0.3.oe | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libgpevtype/libgpevtype_0.3.oe b/libgpevtype/libgpevtype_0.3.oe index e69de29bb2..f64639f503 100644 --- a/libgpevtype/libgpevtype_0.3.oe +++ b/libgpevtype/libgpevtype_0.3.oe @@ -0,0 +1,21 @@ +DESCRIPTION=Data interchange library for GPE +SECTION=gpe/libs +PRIORITY=optional +MAINTAINER="Philip Blundell <pb@handhelds.org>" +DEPENDS=virtual/libc libmimedir + +inherit pkgconfig + +SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/libgpevtype-${PV}.tar.gz + +headers = tag-db.h vcard.h vevent.h vtodo.h + +do_stage () { + install -m 0755 libgpevtype.so.0 ${STAGING_LIBDIR}/ + ln -s libgpevtype.so.0 ${STAGING_LIBDIR}/libgpevtype.so + + mkdir -p ${STAGING_INCDIR}/gpe + for h in ${headers}; do + install -m 0644 gpe/$h ${STAGING_INCDIR}/gpe/${h} + done +} |
