cmake: update to 2.8.9.

This commit is contained in:
Juan RP 2012-08-11 21:36:26 +02:00
parent 36474e614f
commit 35c0cb91b4

View file

@ -1,8 +1,8 @@
# Template file for 'cmake'
pkgname=cmake
version=2.8.8
homepage="http://www.cmake.org"
distfiles="http://www.cmake.org/files/v2.8/$pkgname-$version.tar.gz"
version=2.8.9
revision=1
subpackages="cmake-gui"
build_style=configure
configure_script=./bootstrap
configure_args="--prefix=/usr --mandir=/share/man
@ -10,12 +10,14 @@ configure_args="--prefix=/usr --mandir=/share/man
if [ -n "$XBPS_MAKEJOBS" ]; then
configure_args="$configure_args --parallel=$XBPS_MAKEJOBS"
fi
makedepends="zlib-devel expat-devel libarchive-devel libcurl-devel ncurses-devel libarchive-devel qt-devel"
revision=1
makedepends="zlib-devel expat-devel libarchive-devel libcurl-devel
ncurses-devel libarchive-devel qt-devel"
short_desc="Cross-platform, open-source build system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
checksum=2b59897864d6220ff20aa8eac64cac8994e004898a1c0f899c8cb4d7b7570b46
homepage="http://www.cmake.org"
distfiles="http://www.cmake.org/files/v2.8/$pkgname-$version.tar.gz"
checksum=dc3dcc7399be8636471975f955086cdf800739862c240858a98e89719e45e6f9
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
@ -23,6 +25,3 @@ long_desc="
compiler independent configuration files. CMake generates native
makefiles and workspaces that can be used in the compiler environment
of your choice."
subpackages="cmake-gui"