Package: cmake Version: 1.8.3 Revision: 1 Source: http://www.cmake.org/files/v1.8/%n-%v.tar.gz Source-MD5: 781afe6ed9000e303bf6ac3e4e384dce BuildDepends: gcc3.3 License: OSI-Approved GCC: 3.3 Patch: %n.patch PatchScript: << perl -pi -e 's,/usr/local,%p,g' Modules/*cmake << CompileScript: << export CC=gcc-3.3; export CXX=g++-3.3; ./bootstrap --prefix=%p --docdir=/share/doc/%n --mandir=/share/man make CC=gcc-3.3 CXX=g++-3.3 << InstallScript: << make install DESTDIR=%d << DocFiles: CMake.pdf CMake.rtf Docs/cmake*.el Docs/cmake*.vim Description: Cross-platform Make DescDetail: << 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. << DescPort: Previous versions by Sylvain Cuaz. Maintainer: Martin Costabel Homepage: http://www.cmake.org