[Lunar-commits] r25708 - in moonbase/trunk/zbeta: . silc-toolkit
Auke Kok
sofar at lunar-linux.org
Tue Sep 4 19:52:08 CEST 2007
Author: sofar
Date: 2007-09-04 19:52:08 +0200 (Tue, 04 Sep 2007)
New Revision: 25708
Added:
moonbase/trunk/zbeta/silc-toolkit/
moonbase/trunk/zbeta/silc-toolkit/CONFIGURE
moonbase/trunk/zbeta/silc-toolkit/DEPENDS
moonbase/trunk/zbeta/silc-toolkit/DETAILS
Log:
with changed CONFIGURE script [uses mquery now]
From: keitekk at sikkk.info
Added: moonbase/trunk/zbeta/silc-toolkit/CONFIGURE
===================================================================
--- moonbase/trunk/zbeta/silc-toolkit/CONFIGURE (rev 0)
+++ moonbase/trunk/zbeta/silc-toolkit/CONFIGURE 2007-09-04 17:52:08 UTC (rev 25708)
@@ -0,0 +1,2 @@
+ mquery ENABLE_IPV6 "Enable IPv6? " n "--enable-ipv6" ""
+ mquery DISABLE_ASM "Disable compiling of the optimized ASM code? " n "--disable-asm" ""
Added: moonbase/trunk/zbeta/silc-toolkit/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/silc-toolkit/DEPENDS (rev 0)
+++ moonbase/trunk/zbeta/silc-toolkit/DEPENDS 2007-09-04 17:52:08 UTC (rev 25708)
@@ -0,0 +1,4 @@
+optional_depends "gmp" \
+ "--with-gmp" \
+ "" \
+ "for using GMP instead of SILC Math" \
Added: moonbase/trunk/zbeta/silc-toolkit/DETAILS
===================================================================
--- moonbase/trunk/zbeta/silc-toolkit/DETAILS (rev 0)
+++ moonbase/trunk/zbeta/silc-toolkit/DETAILS 2007-09-04 17:52:08 UTC (rev 25708)
@@ -0,0 +1,18 @@
+ MODULE=silc-toolkit
+ VERSION=1.1.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.silcnet.org/download/toolkit/sources/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:952cdea931b9483adaa23a9a342c7636c925cbaa
+ WEB_SITE="http://silcnet.org"
+ ENTERED=20070831
+ UPDATED=20070831
+ SHORT="Provides libraries used by some SILC-clients."
+cat <<EOF
+SILC Toolkit is a package intended for software developers who
+would like to develope their own SILC based applications or help
+in the development of the SILC. The Toolkit includes SILC Protocol
+Core library, SILC Crypto library, SILC Key Exchange (SKE) library,
+SILC Math library, SILC Modules (SIM) library, SILC Utility library,
+SILC Client library and few other libraries.
+EOF
More information about the Lunar-commits
mailing list