cmake: update to 2.8.0.
--HG-- extra : convert_revision : 417121325b13a293252b75d7d4b8e242d3c19d3f
This commit is contained in:
parent
69259d3ffc
commit
e7e5060cf5
1 changed files with 13 additions and 12 deletions
|
@ -1,14 +1,17 @@
|
||||||
# Template file for 'cmake'
|
# Template file for 'cmake'
|
||||||
pkgname=cmake
|
pkgname=cmake
|
||||||
version=2.6.2
|
version=2.8.0
|
||||||
distfiles="http://www.cmake.org/files/v2.6/$pkgname-$version.tar.gz"
|
distfiles="http://www.cmake.org/files/v2.8/$pkgname-$version.tar.gz"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script=./bootstrap
|
configure_script=./bootstrap
|
||||||
configure_args="--prefix=$XBPS_DESTDIR/$pkgname-$version/usr"
|
configure_args="--prefix=/usr --mandir=/share/man
|
||||||
make_install_target="install"
|
--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"
|
short_desc="Cross-platform, open-source build system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=b3f5a9dfa97fb82cb1b7d78a62d949f93c8d4317af36674f337d27066fa6b7e9
|
checksum=847d615ecadb97f2cd05964cad6b019b68a952cad0db1e8c05222dfc599f476d
|
||||||
long_desc="
|
long_desc="
|
||||||
CMake is a cross-platform, open-source build system. CMake is a family
|
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
|
of tools designed to build, test and package software. CMake is used
|
||||||
|
@ -18,10 +21,8 @@ long_desc="
|
||||||
of your choice."
|
of your choice."
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency full glibc
|
||||||
Add_dependency full openssl
|
Add_dependency full zlib
|
||||||
|
Add_dependency full expat
|
||||||
post_install()
|
Add_dependency full curl-libs
|
||||||
{
|
Add_dependency full ncurses
|
||||||
mv -v ${DESTDIR}/usr/doc ${DESTDIR}/usr/share/doc
|
Add_dependency run libstdc++
|
||||||
mv -v ${DESTDIR}/usr/man ${DESTDIR}/usr/share/man
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue