[Lunar-commits] <moonbase> qoauth: Adding to moonbase. Will be a depends for choqok.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Aug 26 13:44:44 CEST 2010


commit 250b08e60e8efad673feb012d97617f1782adc79
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Aug 26 07:44:44 2010 -0400

    qoauth: Adding to moonbase. Will be a depends for choqok.
---
 qt4-apps/qoauth/BUILD   |    6 ++++++
 qt4-apps/qoauth/DEPENDS |    2 ++
 qt4-apps/qoauth/DETAILS |   14 ++++++++++++++
 3 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/qoauth/BUILD b/qt4-apps/qoauth/BUILD
new file mode 100644
index 0000000..d55f210
--- /dev/null
+++ b/qt4-apps/qoauth/BUILD
@@ -0,0 +1,6 @@
+(
+
+  qmake &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/qoauth/DEPENDS b/qt4-apps/qoauth/DEPENDS
new file mode 100644
index 0000000..2769ed9
--- /dev/null
+++ b/qt4-apps/qoauth/DEPENDS
@@ -0,0 +1,2 @@
+depends openssl
+depends qca2
diff --git a/qt4-apps/qoauth/DETAILS b/qt4-apps/qoauth/DETAILS
new file mode 100644
index 0000000..9cf873c
--- /dev/null
+++ b/qt4-apps/qoauth/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=qoauth
+         VERSION=1.0.1-src
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://files.ayoy.net/qoauth/release/1.0.1/src/
+      SOURCE_VFY=sha1:bc9bfd0afa68f584734b836f7e8e1687a117e3b2
+        WEB_SITE=http://qt-apps.org/content/show.php/QOAuth?content=107420
+         ENTERED=20100826
+         UPDATED=20100826
+           SHORT="interaction with OAuth-powered network services"
+
+cat << EOF
+QOAuth is an attempt to support interaction with OAuth-powered network services
+ in a Qt way, i.e. simply, clearly and efficiently.
+EOF


More information about the Lunar-commits mailing list