[Lunar-commits] r20798 - in moonbase/trunk/devel: . cmake
Jannis Pohlmann
jannis at lunar-linux.org
Tue Jul 25 12:13:48 UTC 2006
Author: jannis
Date: 2006-07-25 12:13:48 +0000 (Tue, 25 Jul 2006)
New Revision: 20798
Added:
moonbase/trunk/devel/cmake/
moonbase/trunk/devel/cmake/DETAILS
Log:
CMake build system added
Added: moonbase/trunk/devel/cmake/DETAILS
===================================================================
--- moonbase/trunk/devel/cmake/DETAILS (rev 0)
+++ moonbase/trunk/devel/cmake/DETAILS 2006-07-25 12:13:48 UTC (rev 20798)
@@ -0,0 +1,21 @@
+ MODULE=cmake
+ VERSION=2.4.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://cmake.org/files/v2.4/
+ SOURCE_VFY=sha1:9fdef75873ba59cbd3ebb9400d60a26513897ee0
+ WEB_SITE=http://cmake.org/
+ ENTERED=20060725
+ UPDATED=20060725
+ SHORT="Cross-platform make system"
+ MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+Welcome to CMake, the cross-platform, open-source make system. CMake
+is used to control the software compilation process using simple
+platform and compiler independent configuration files. CMake generates
+native makefiles and workspaces that can be used in the compiler
+environment of your choice. CMake is quite sophisticated: it is
+possible to support complex environments requiring system
+configuration, pre-processor generation, code generation, and template
+instantiation. Please go here to learn more about CMake.
+EOF
More information about the Lunar-commits
mailing list