[Lunar-commits] <moonbase-other> liboauth: Adding to moonbase, will be a depends for flickcurl.
stumbles
stumbles at lunar-linux.org
Wed May 29 16:08:49 CEST 2013
commit bfcb95e0770cc0d1985b5f6050766f0874ca8af7
Author: stumbles <stumbles at lunar-linux.org>
Date: Wed, 29 May 2013 07:07:29 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/bfcb95e0770cc0d1985b5f6050766f0874ca8af7
liboauth: Adding to moonbase, will be a depends for flickcurl.
---
libs/liboauth/BUILD | +4/-0
libs/liboauth/DEPENDS | +8/-0
libs/liboauth/DETAILS | +16/-0
3 files changed, 28 insertions(+)
--- /dev/null
+++ b/libs/liboauth/BUILD
@@ -0,0 +1,4 @@
+
+ OPTS+=" --enable-nss" &&
+
+ default_build
--- /dev/null
+++ b/libs/liboauth/DEPENDS
@@ -0,0 +1,8 @@
+# While this version supports openssl, in the near(?) future they will depend only nss
+# so lets just skip openssl.
+depends nss
+
+optional_depends "curl" "--enable-curl --enable-libcurl" \
+ "--disable-libcurl --disable-curl" \
+ "for curl support"
+
--- /dev/null
+++ b/libs/liboauth/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=liboauth
+ VERSION=1.0.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:2631b489c150187adcca264fe813d58b2c22bf8a
+ WEB_SITE=http://liboauth.sourceforge.net/
+ ENTERED=20130529
+ UPDATED=20130529
+ SHORT="POSIX-c functions implementing the OAuth Core RFC 5849"
+
+cat << EOF
+liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849
+standard. liboauth provides functions to escape and encode parameters according to
+OAuth specification and offers high-level functionality to sign requests or verify
+OAuth signatures as well as perform HTTP requests.
+EOF
More information about the Lunar-commits
mailing list