diff options
Diffstat (limited to 'libgpevtype')
-rw-r--r-- | libgpevtype/libgpevtype_0.3.oe | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libgpevtype/libgpevtype_0.3.oe b/libgpevtype/libgpevtype_0.3.oe index f64639f503..8df77520d5 100644 --- a/libgpevtype/libgpevtype_0.3.oe +++ b/libgpevtype/libgpevtype_0.3.oe @@ -1,14 +1,14 @@ -DESCRIPTION=Data interchange library for GPE -SECTION=gpe/libs -PRIORITY=optional -MAINTAINER="Philip Blundell <pb@handhelds.org>" -DEPENDS=virtual/libc libmimedir +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 +headers = "tag-db.h vcard.h vevent.h vtodo.h" do_stage () { install -m 0755 libgpevtype.so.0 ${STAGING_LIBDIR}/ |