mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 18:14:54 +08:00
cmake update, needed for kdepimlibs 4.10 beta2
This commit is contained in:
parent
7eae15a3c5
commit
1ed6260f85
@ -4,10 +4,10 @@
|
||||
# maintainer: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=cmake
|
||||
pkgver=2.8.8
|
||||
pkgver=2.8.9
|
||||
pkgrel=1
|
||||
pkgdesc="A cross-platform open-source make system"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
url="http://www.cmake.org"
|
||||
depends=('curl' 'libarchive' 'shared-mime-info')
|
||||
@ -15,13 +15,13 @@ makedepends=('qt')
|
||||
install=${pkgname}.install
|
||||
source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz"
|
||||
'fix-pkg-config.patch')
|
||||
md5sums=('ba74b22c788a0c8547976b880cd02b17'
|
||||
md5sums=('801f4c87f8b604f727df5bf1f05a59e7'
|
||||
'1d0e7fddd703a36df30262d7616a59be')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"/${pkgname}-${pkgver}
|
||||
|
||||
patch -p1 -i "${srcdir}"/fix-pkg-config.patch
|
||||
#patch -p1 -i "${srcdir}"/fix-pkg-config.patch
|
||||
|
||||
./bootstrap --prefix=/usr \
|
||||
--mandir=/share/man \
|
||||
|
Loading…
Reference in New Issue
Block a user