void-packages/srcpkgs/cmake/template
Juan RP 0838e9eab3 Merge remote-tracking branch 'ojab/master'
* ojab/master:
  vim: update to 7.3.393/fix fetch.
  mercurial: update to 2.0.2.
  run-parts: update to 4.1/fix build.
  cmake: update to 2.8.7, use system bzip2/libarchive.
  rxvt-unicode: Update to 9.14, add startup-notification support.
  MesaLib: fix build with LLVM-3.0 (add cumultive patch from mesa-7.11 branch), revbump.

Conflicts:
	srcpkgs/cmake/template
	- Fixed: cmake in main repo now contains a new cmake-gui subpkg.
2012-01-10 17:50:54 +01:00

34 lines
1.2 KiB
Plaintext

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