From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 05:42:36 +0000 Subject: First pass of .oe cleanups. BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw --- libgpevtype/libgpevtype_0.3.oe | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libgpevtype') 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 " -DEPENDS=virtual/libc libmimedir +DESCRIPTION = "Data interchange library for GPE" +SECTION = "gpe/libs" +PRIORITY = "optional" +MAINTAINER = "Philip Blundell " +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}/ -- cgit v1.2.3