aboutsummaryrefslogtreecommitdiff
path: root/libraries/libgdata/README
diff options
context:
space:
mode:
authorOzan Türkyılmaz <ozan.turkyilmaz@gmail.com>2022-04-13 14:25:36 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-16 12:12:43 +0700
commitc0a86b4aafeea6273640d57d481898917ebd1135 (patch)
tree0cf358bea2459c04c35e0983566cf2d7d46ce598 /libraries/libgdata/README
parent52ee1bd7ff92f0ad4c6870181c235f954fa340b6 (diff)
libraries/libgdata: Added (online services APIs access)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgdata/README')
-rw-r--r--libraries/libgdata/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/libgdata/README b/libraries/libgdata/README
new file mode 100644
index 0000000000000..3e406646ca84f
--- /dev/null
+++ b/libraries/libgdata/README
@@ -0,0 +1,12 @@
+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.
+
+Below variables can be used to configure the build:
+ GTKDOC=true : Builds gtkdocs
+ INSTROSPECTION=true : Enables the introspection generation
+ TESTS=true : Build & install test programs
+ VAPI=true : Enable creation of vapi files
+ OAUTH=enabled : Enable OAuth 1.0 support (deprecated)
+ MAN=true : Generate man pages