[Lunar-commits] <moonbase-kde> signon: adding to moonbase
Dennis Veatch
dennisveatch at bellsouth.net
Tue Aug 5 13:44:12 CEST 2014
commit c70d579c399962fd2e6291689909ed9469901fd5
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 05 Aug 2014 03:43:24 -0400
URL: https://github.com/lunar-linux/moonbase-kde/commit/c70d579c399962fd2e6291689909ed9469901fd5
signon: adding to moonbase
---
qt4-apps/signon/BUILD | +5/-0
qt4-apps/signon/DEPENDS | +2/-0
qt4-apps/signon/DETAILS | +15/-0
3 files changed, 22 insertions(+)
--- /dev/null
+++ b/qt4-apps/signon/BUILD
@@ -0,0 +1,5 @@
+
+ source /etc/profile.d/qt4.rc &&
+
+ qmake prefix=/usr $OPTS &&
+ default_make
--- /dev/null
+++ b/qt4-apps/signon/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4
+depends accounts-qt
--- /dev/null
+++ b/qt4-apps/signon/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=signon
+ VERSION=8.56
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=https://accounts-sso.googlecode.com/files/
+ SOURCE_VFY=sha1:54c502204e2f31446feafba21041ebdfc2401fc5
+ WEB_SITE=https://code.google.com/p/accounts-sso/
+ ENTERED=20140805
+ UPDATED=20140805
+ SHORT="Accounts and Single Sign-On framework"
+
+cat << EOF
+The Accounts & SSO framework consists of a set of components and libraries which implement
+an account manager for a user's online accounts and a single-sign-on daemon which handles
+the authentication to the remote services on behalf of the client applications.
+EOF
More information about the Lunar-commits
mailing list