[Lunar-commits] <moonbase> Subject: libgdata: initial import. Gnome library for accessing services using the GData protocol

Auke Kok sofar at foo-projects.org
Thu Dec 3 22:31:07 CET 2009


commit 4722843b2eaed8f4a8e87a4d9bf882802a767d1a
Author: giorgos chatzipavlis <lazyape at gmail.com>
Date:   Thu Dec 3 22:31:07 2009 +0100

    Subject: libgdata: initial import. Gnome library for accessing services using the GData protocol
---
 zbeta/libgdata/BUILD   |   12 ++++++++++++
 zbeta/libgdata/DEPENDS |    1 +
 zbeta/libgdata/DETAILS |   16 ++++++++++++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/zbeta/libgdata/BUILD b/zbeta/libgdata/BUILD
new file mode 100644
index 0000000..62fc456
--- /dev/null
+++ b/zbeta/libgdata/BUILD
@@ -0,0 +1,12 @@
+(
+
+   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
+                --build=$BUILD                    \
+                --sysconfdir=/etc                 \
+                --localstatedir=/var              \
+                --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+                --mandir=${GNOME210_PREFIX:-/usr}/share/man   \
+                $OPTS                             &&
+    default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/libgdata/DEPENDS b/zbeta/libgdata/DEPENDS
new file mode 100644
index 0000000..7c5f131
--- /dev/null
+++ b/zbeta/libgdata/DEPENDS
@@ -0,0 +1 @@
+depends glib-2
diff --git a/zbeta/libgdata/DETAILS b/zbeta/libgdata/DETAILS
new file mode 100644
index 0000000..fd873fd
--- /dev/null
+++ b/zbeta/libgdata/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=libgdata
+           MAJOR=0.5
+         VERSION=0.5.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+      SOURCE_VFY=sha1:93acc6ca5145aba3049b9f9240d4503b3a85e101
+        WEB_SITE=http://www.gnome.org
+         ENTERED=20091006
+         UPDATED=20091006
+           SHORT="Gnome's GData protocol library"
+cat << EOF
+Libgdata is a GLib-based library for accessing online service APIs using
+the GData protocol -- most notably, Google's services. It provides APIs
+to access the common Google services, and has full asynchronous support.
+EOF
+


More information about the Lunar-commits mailing list