cmake: rebuild against libarchive-3.1.2.

This commit is contained in:
Juan RP 2013-02-20 15:36:20 +01:00
parent 2b586a91c9
commit ac0ab25d08
2 changed files with 4 additions and 15 deletions

View file

@ -1,11 +1,7 @@
# Template file for 'cmake-gui'.
#
depends="cmake>=2.8.8"
depends="cmake>=${version}"
short_desc="cmake QT GUI"
long_desc="${long_desc}
This package contains cmake-gui, a QT GUI for cmake."
do_install() {
vmove usr/bin/cmake-gui usr/bin

View file

@ -1,7 +1,7 @@
# Template file for 'cmake'
pkgname=cmake
version=2.8.10.2
revision=1
revision=2
subpackages="cmake-gui"
build_style=configure
configure_script=./bootstrap
@ -10,18 +10,11 @@ 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"
makedepends="zlib-devel expat-devel libcurl-devel
ncurses-devel libarchive-devel>=3.1.2 qt-devel"
short_desc="Cross-platform, open-source build system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://www.cmake.org"
distfiles="http://www.cmake.org/files/v2.8/$pkgname-$version.tar.gz"
checksum=ce524fb39da06ee6d47534bbcec6e0b50422e18b62abc4781a4ba72ea2910eb1
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."