Package: cmake Version: 2.4.3 Revision: 1 Source: http://www.cmake.org/files/v2.4/%n-%v.tar.gz Source-MD5: c9b50c488a24edd5297ffc3230ecd0f2 License: BSD GCC: 3.3 BuildDepends: libncurses5 Depends: libncurses5-shlibs Patch: %n.patch PatchScript: << # Virtualize explicit '/sw' in sources perl -pi -e 's,/sw,%p,g' Modules/*cmake Modules/Platform/Darwin.cmake << CompileScript: << ./bootstrap --prefix=%p --docdir=/share/doc/%n --mandir=/share/man make make << InstallScript: << make install DESTDIR=%d << DocFiles: CMake.pdf CMake.rtf Docs/cmake*.el Docs/cmake*.vim ChangeLog.* 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. The right install_name has to be introduced by hand, the INSTALLNAME_DIR mechanism which is present in this version still does not work. << Maintainer: Martin Costabel Homepage: http://www.cmake.org