Summary: Cross-platform, open-source make system Summary(pl): Wieloplatformowy system make o otwartych źródłach Name: cmake Version: 2.4.4 Release: 1 License: BSD Group: Development/Building Source0: http://www.cmake.org/files/v2.4/%{name}-%{version}.tar.gz # Source0-md5: 8c99af9e6e70f154314cf0d160b61e6e Patch0: %{name}-ncurses.patch URL: http://www.cmake.org/HTML/Index.html BuildRequires: libstdc++-devel BuildRequires: ncurses-devel BuildRequires: rpmbuild(macros) >= 1.167 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description 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. %description -l pl CMake służy do sterowania procesem kompilacji oprogramowania przy użyciu prostych plików konfiguracyjnych niezależnych od platformy i kompilatora. CMake generuje natywne pliki makefile i workspace, których można używać w wybranym środowisku kompilatora. CMake jest dość przemyślany: może obsłużyć złożone środowiska wymagające konfiguracji systemu, generowanie preprocesora, generowanie kodu i dziedziczenie szablonów. %prep %setup -q %patch0 -p1 cat > "init.cmake" <