void-packages/srcpkgs/cmake/template

28 lines
1.1 KiB
Plaintext
Raw Normal View History

# Template file for 'cmake'
pkgname=cmake
2012-11-01 10:55:46 +01:00
version=2.8.10
2012-08-11 21:36:26 +02:00
revision=1
subpackages="cmake-gui"
build_style=configure
configure_script=./bootstrap
configure_args="--prefix=/usr --mandir=/share/man
2012-11-01 10:55:46 +01:00
--docdir=/share/doc/cmake --system-libs --qt-gui"
if [ -n "$XBPS_MAKEJOBS" ]; then
configure_args="$configure_args --parallel=$XBPS_MAKEJOBS"
fi
2012-08-11 21:36:26 +02:00
makedepends="zlib-devel expat-devel libarchive-devel libcurl-devel
2012-11-01 10:55:46 +01:00
ncurses-devel libarchive-devel qt-devel"
short_desc="Cross-platform, open-source build system"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-04-20 09:07:26 +02:00
license="BSD"
2012-08-11 21:36:26 +02:00
homepage="http://www.cmake.org"
distfiles="http://www.cmake.org/files/v2.8/$pkgname-$version.tar.gz"
2012-11-01 10:55:46 +01:00
checksum=a18b721c547c2ce2ea9378f2687caca4398fc348982ede799e96b26924cc9e04
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."