void-packages/srcpkgs/cmake/template
Juan RP e7e5060cf5 cmake: update to 2.8.0.
--HG--
extra : convert_revision : 417121325b13a293252b75d7d4b8e242d3c19d3f
2009-12-01 22:18:39 +01:00

29 lines
1.1 KiB
Plaintext

# Template file for 'cmake'
pkgname=cmake
version=2.8.0
distfiles="http://www.cmake.org/files/v2.8/$pkgname-$version.tar.gz"
build_style=configure
configure_script=./bootstrap
configure_args="--prefix=/usr --mandir=/share/man
--docdir=/share/doc/cmake --system-libs"
if [ -n "$XBPS_MAKE_JOBS" ]; then
configure_args="$configure_args --parallel=$XBPS_MAKE_JOBS"
fi
short_desc="Cross-platform, open-source build system"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=847d615ecadb97f2cd05964cad6b019b68a952cad0db1e8c05222dfc599f476d
long_desc="
CMake is a cross-platform, open-source build system. CMake is a family
of tools designed to build, test and package software. 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."
Add_dependency full glibc
Add_dependency full zlib
Add_dependency full expat
Add_dependency full curl-libs
Add_dependency full ncurses
Add_dependency run libstdc++