[Lunar-commits] r26559 - in moonbase/branches/crater/modules_fixed_for_glibc_2.7: . qca2
Dennis Veatch
stumbles at lunar-linux.org
Fri Nov 2 02:04:33 CET 2007
Author: stumbles
Date: 2007-11-02 02:04:32 +0100 (Fri, 02 Nov 2007)
New Revision: 26559
Added:
moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/
moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/BUILD
moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/DEPENDS
moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/DETAILS
Log:
Adding this here. It is not really a glibc-2.7 fix. It is an
optional_depends for some kde4 module that I forget which it
is atm.
There exists a qca already in moonbase but I do not know if
these two will conflict. Since Ratler is the maintainer,
perhaps he could investigate and let us know if qca2 can
just replace qca.
Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/BUILD
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/BUILD (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/BUILD 2007-11-02 01:04:32 UTC (rev 26559)
@@ -0,0 +1,12 @@
+(
+
+ . /etc/profile.d/kde4.rc
+ . /etc/profile.d/qt4.rc
+
+ sedit "s:add_subdirectory(plugins)::" CMakeLists.txt
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/DEPENDS
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/DEPENDS (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/DEPENDS 2007-11-02 01:04:32 UTC (rev 26559)
@@ -0,0 +1 @@
+depends qt4
Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/DETAILS
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/DETAILS (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/qca2/DETAILS 2007-11-02 01:04:32 UTC (rev 26559)
@@ -0,0 +1,16 @@
+ MODULE=qca2
+ VERSION=2.0.0
+ MAJOR=2.0
+ SOURCE=qca-$VERSION.tar.bz2
+ SOURCE_URL=http://delta.affinix.com/download/qca/$MAJOR/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/qca-$VERSION
+ SOURCE_VFY=sha1:5b896647426637e1974703f2950786746408c70b
+ MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+ WEB_SITE=http://delta.affinix.com/qca/
+ MAINTAINER="ratler at lunar-linux.org"
+ ENTERED=20071101
+ UPDATED=20071101
+ SHORT="cross-platform crypto API"
+cat << EOF
+QCA aims to provide a straightforward and cross-platform crypto API
+EOF
More information about the Lunar-commits
mailing list