[Lunar-commits] <moonbase> qca-sasl: new module, SASL plugin for qca
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Wed Sep 24 01:10:43 CEST 2008
commit 88433c45089d911b18de40a7664e1f045889af76
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Wed Sep 24 01:10:43 2008 +0200
qca-sasl: new module, SASL plugin for qca
---
security/qca-sasl/BUILD | 8 ++++++++
security/qca-sasl/DEPENDS | 2 ++
security/qca-sasl/DETAILS | 13 +++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/security/qca-sasl/BUILD b/security/qca-sasl/BUILD
new file mode 100644
index 0000000..f6c2aec
--- /dev/null
+++ b/security/qca-sasl/BUILD
@@ -0,0 +1,8 @@
+(
+
+ . /etc/profile.d/qt3.rc
+
+ ./configure &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/security/qca-sasl/DEPENDS b/security/qca-sasl/DEPENDS
new file mode 100644
index 0000000..b6896c1
--- /dev/null
+++ b/security/qca-sasl/DEPENDS
@@ -0,0 +1,2 @@
+depends qca
+depends cyrus-sasl
diff --git a/security/qca-sasl/DETAILS b/security/qca-sasl/DETAILS
new file mode 100644
index 0000000..48f121a
--- /dev/null
+++ b/security/qca-sasl/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=qca-sasl
+ VERSION=1.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://delta.affinix.com/download/qca/
+ SOURCE_VFY=sha1:1f1e21c0fb11eb980a817a319e6751f6ee720571
+ WEB_SITE=http://delta.affinix.com/
+ ENTERED=20080923
+ UPDATED=20080923
+ SHORT="Qt plugin to provide SASL capability"
+cat << EOF
+plugin to provide SASL capability to programs that utilize the
+Qt Cryptographic Architecturtecture (QCA).
+EOF
More information about the Lunar-commits
mailing list