Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37718604
en ru br
ALT Linux repos
S:3.27.6-alt1
5.0: 2.6.3-alt2
4.1: 2.6.3-alt1.M41.1
3.0: 2.0.5-alt1

Group :: Development/Other
RPM: cmake

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: cmake
Version: 2.0.5
Release: alt1

Summary: Cross-platform, open-source make system

License: BSD
Group: Development/Other
Url: http://www.cmake.org/HTML/Index.html

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://www.cmake.org/files/v2.0/%name-%version.tar.bz2

# manually removed: cvs valgrind cmake

# Automatically added by buildreq on Sun Feb 27 2005
BuildRequires: gcc-c++ java-common libcurl-devel libncurses-devel libqt3-devel libssl-devel libstdc++-devel libtinfo-devel openssh tcl xorg-x11-devel zlib-devel

%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.

%prep
%setup -q

%build
%configure --datadir=/share/CMake --mandir=/share/man --docdir=/share/doc/%name-%version
%make

%install
%makeinstall DESTDIR=$RPM_BUILD_ROOT
cp CMake.pdf $RPM_BUILD_ROOT/%_docdir/%name-%version

%files
%_bindir/*
%_man1dir/*
%_datadir/CMake
%_datadir/doc/%name-%version

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin