The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / flickcurl / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/flickcurl/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/flickcurl/Config.in
new file mode 100644 (file)
index 0000000..426ceec
--- /dev/null
@@ -0,0 +1,21 @@
+config BR2_PACKAGE_FLICKCURL
+       bool "flickcurl"
+       select BR2_PACKAGE_LIBCURL
+       select BR2_PACKAGE_LIBXML2
+       # Ensure that libcurl is built with crypto support, since
+       # flickcurl must access https:// URLs.
+       select BR2_PACKAGE_OPENSSL if !(BR2_PACKAGE_GNUTLS || BR2_PACKAGE_LIBNSS)
+       select BR2_PACKAGE_CA_CERTIFICATES # runtime
+       help
+         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.
+
+         http://librdf.org/flickcurl/
+
+config BR2_PACKAGE_FLICKCURL_UTILS
+       bool "flickcurl utilities"
+       depends on BR2_PACKAGE_FLICKCURL
+       help
+         Install flickcurl utilites (flickcurl + flickrdf) to target.