[Lunar-commits] <moonbase> qca2-ossl: Initial release. Without it qca2 is pretty much useless.
Moritz Heiber
moe at lunar-linux.org
Mon Mar 3 18:36:34 CET 2008
commit 2443c73b23a77a8f32090dc73af780073ade4b11
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Mon Mar 3 18:36:34 2008 +0100
qca2-ossl: Initial release. Without it qca2 is pretty much useless.
OpenSSL plugin for QCA2. Takes care of most encryption needs.
---
qt4-apps/qca2-ossl/BUILD | 9 +++++++++
qt4-apps/qca2-ossl/DEPENDS | 1 +
qt4-apps/qca2-ossl/DETAILS | 15 +++++++++++++++
3 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/qt4-apps/qca2-ossl/BUILD b/qt4-apps/qca2-ossl/BUILD
new file mode 100644
index 0000000..7eabccf
--- /dev/null
+++ b/qt4-apps/qca2-ossl/BUILD
@@ -0,0 +1,9 @@
+(
+
+ . /etc/profile.d/qt4.rc
+ sedit "s/^WHICH=.*/WHICH=which/" configure &&
+
+ ./configure &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/qca2-ossl/DEPENDS b/qt4-apps/qca2-ossl/DEPENDS
new file mode 100644
index 0000000..05ead7e
--- /dev/null
+++ b/qt4-apps/qca2-ossl/DEPENDS
@@ -0,0 +1 @@
+depends qca2
diff --git a/qt4-apps/qca2-ossl/DETAILS b/qt4-apps/qca2-ossl/DETAILS
new file mode 100644
index 0000000..1438c96
--- /dev/null
+++ b/qt4-apps/qca2-ossl/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=qca2-ossl
+ VERSION=2.0.0-beta3
+ MAJOR=2.0
+ SOURCE=qca-ossl-$VERSION.tar.bz2
+ SOURCE_URL=http://delta.affinix.com/download/qca/$MAJOR/plugins/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/qca-ossl-$VERSION
+ SOURCE_VFY=sha1:dd925e8732ff76f24f9f90f4094abaf2f0ac27bf
+ MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+ WEB_SITE=http://delta.affinix.com/qca/
+ ENTERED=20080303
+ UPDATED=20080303
+ SHORT="OpenSSL plugin for QCA2"
+cat << EOF
+OpenSSL plugin for QCA2
+EOF
More information about the Lunar-commits
mailing list