[Lunar-commits] <moonbase> Subject: libgdata: initial import. Gnome library for accessing services using the GData protocol
Samuel Verstraete
elangelo at lunar-linux.org
Wed Dec 9 13:51:33 CET 2009
commit 088c30a4304be1633ae1dbb57053a97a860473fa
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