void-packages/srcpkgs/cmake/template

30 lines
1.1 KiB
Plaintext

# Template file for 'cmake'
pkgname=cmake
version=2.8.4
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 --no-system-libarchive
--no-system-bzip2"
if [ -n "$XBPS_MAKEJOBS" ]; then
configure_args="$configure_args --parallel=$XBPS_MAKEJOBS"
fi
revision=1
short_desc="Cross-platform, open-source build system"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d97ea9f807f5407030d4f7246accc26addc520c9ee3897c4582eba3da49253cc
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 build zlib-devel
Add_dependency build expat-devel
Add_dependency build libcurl-devel
Add_dependency build ncurses-devel