add LICENSE
authorPhil Blundell <philb@gnu.org>
Sat, 13 Nov 2004 00:12:34 +0000 (00:12 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 13 Nov 2004 00:12:34 +0000 (00:12 +0000)
BKrev: 41955172v3Js3VG-4eIU_W4Nwsr6QQ

libdisplaymigration/libdisplaymigration_0.28.oe
libeventdb/libeventdb_0.15.oe
libschedule/libschedule_0.13.oe
libtododb/libtododb_0.07.oe
libtododb/libtododb_0.08.oe

index 6e7aa11..3080fef 100644 (file)
@@ -1,3 +1,4 @@
+LICENSE = "LGPL"
 DESCRIPTION = "Gtk+ display migration library"
 DEPENDS = "gtk+ libgcrypt"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
index 61d7384..33bec04 100644 (file)
@@ -1,3 +1,4 @@
+LICENSE = "LGPL"
 DESCRIPTION = "Database access library for GPE calendar"
 SECTION = "gpe/libs"
 PRIORITY = "optional"
index e368ed1..f756224 100644 (file)
@@ -1,3 +1,4 @@
+LICENSE = "LGPL"
 PR = "r1"
 DESCRIPTION = "RTC alarm handling library for GPE"
 SECTION = "gpe/libs"
index edd8166..ecfa13b 100644 (file)
@@ -1,3 +1,4 @@
+LICENSE = "LGPL"
 DESCRIPTION = "Database access for GPE to-do list"
 SECTION = "gpe/libs"
 PRIORITY = "optional"
index e69de29..ecfa13b 100644 (file)
@@ -0,0 +1,26 @@
+LICENSE = "LGPL"
+DESCRIPTION = "Database access for GPE to-do list"
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "libgpewidget libgpepimc sqlite"
+
+inherit pkgconfig gpe
+
+SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libtododb-${PV}.tar.gz"
+
+headers = "todo-db.h"
+
+do_stage () {
+       oe_libinstall -so libtododb ${STAGING_LIBDIR}
+
+       mkdir -p ${STAGING_INCDIR}/gpe
+       for h in ${headers}; do
+               install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
+       done
+}
+
+do_install () {
+       gpe_do_install
+       oe_runmake PREFIX=${prefix} DESTDIR=${D} install-devel
+}