[Lunar-commits] <moonbase> flickcurl: Adding to moonbase, a depends of rawstudio.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Apr 9 12:39:40 CEST 2011


commit 7b01bf01993d2a7f932dea84ee34028859c4e5c3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Apr 9 06:39:40 2011 -0400

    flickcurl: Adding to moonbase, a depends of rawstudio.
---
 libs/flickcurl/BUILD   |    7 +++++++
 libs/flickcurl/DEPENDS |    3 +++
 libs/flickcurl/DETAILS |   22 ++++++++++++++++++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/libs/flickcurl/BUILD b/libs/flickcurl/BUILD
new file mode 100644
index 0000000..9ee92d9
--- /dev/null
+++ b/libs/flickcurl/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS+=" --disable-static --disable-gtk-doc-html" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/flickcurl/DEPENDS b/libs/flickcurl/DEPENDS
new file mode 100644
index 0000000..ddddaa2
--- /dev/null
+++ b/libs/flickcurl/DEPENDS
@@ -0,0 +1,3 @@
+depends libxml2
+depends curl
+depends raptor
diff --git a/libs/flickcurl/DETAILS b/libs/flickcurl/DETAILS
new file mode 100644
index 0000000..5028cc7
--- /dev/null
+++ b/libs/flickcurl/DETAILS
@@ -0,0 +1,22 @@
+          MODULE=flickcurl
+         VERSION=1.21
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://download.dajobe.org/flickcurl/
+      SOURCE_VFY=sha1:42f73733e750a54758bd07db81fdd12b91c430dd
+        WEB_SITE=http://librdf.org/flickcurl/
+         ENTERED=20110409
+         UPDATED=20110409
+           SHORT="C library for the Flickr API"
+
+cat << EOF
+Flickcurl is a C library for the Flickr API, handling creating the requests, 
+signing, token management, calling the API, marshalling request parameters and 
+decoding responses. It uses libcurl to call the REST web service and libxml2 to 
+manipulate the XML responses. Flickcurl supports all of the API (see Flickcurl 
+API coverage for details) including the functions for photo/video uploading, 
+browsing, searching, adding and editing comments, groups, notes, photosets, 
+categories, activity, blogs, favorites, places, tags, machine tags, 
+institutions, pandas and photo/video metadata. It also includes a program 
+flickrdf to turn photo metadata, tags, machine tags and places into an RDF 
+triples description. 
+EOF


More information about the Lunar-commits mailing list