diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-07 21:31:32 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-07 21:31:32 +0000 |
commit | ad3b60dc5c798103921fad1e8d84bbf5acb3c96d (patch) | |
tree | 31e0dcdf41140bc8954cc82c9ac0d030983f378d /libgpevtype | |
parent | ff4142dc9696c554ae8f22a4cdfc8004c95559f8 (diff) |
add gpe-bluetooth, libxml2 and libglade courtesy Philip Blundell.
Improve gtk+, libgpewidget, libgpevtype and dbus staging courtesy Philip Blundell.
BKrev: 404b94b4XPu2WpxNUiSONlbWI0rYwg
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 +} |