mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
commit
6431e5fec1
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cmake-gui'
|
# Template file for 'cmake-gui'
|
||||||
pkgname=cmake-gui
|
pkgname=cmake-gui
|
||||||
version=3.8.2
|
version=3.9.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="cmake-${version}"
|
wrksrc="cmake-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
|
configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1, 3-clause-BSD"
|
license="LGPL-2.1, 3-clause-BSD"
|
||||||
homepage="http://www.cmake.org"
|
homepage="http://www.cmake.org"
|
||||||
distfiles="http://www.cmake.org/files/v${version%.*}/cmake-$version.tar.gz"
|
distfiles="http://www.cmake.org/files/v${version%.*}/cmake-$version.tar.gz"
|
||||||
checksum=da3072794eb4c09f2d782fcee043847b99bb4cf8d4573978d9b2024214d6e92d
|
checksum=8eaf75e1e932159aae98ab5e7491499545554be62a08cbcbc7c75c84b999f28a
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cmake'
|
# Template file for 'cmake'
|
||||||
pkgname=cmake
|
pkgname=cmake
|
||||||
version=3.8.2
|
version=3.9.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
makedepends="zlib-devel bzip2-devel expat-devel libcurl-devel ncurses-devel libarchive-devel
|
makedepends="zlib-devel bzip2-devel expat-devel libcurl-devel ncurses-devel libarchive-devel
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1, 3-clause-BSD"
|
license="LGPL-2.1, 3-clause-BSD"
|
||||||
homepage="http://www.cmake.org"
|
homepage="http://www.cmake.org"
|
||||||
distfiles="http://www.cmake.org/files/v${version%.*}/$pkgname-$version.tar.gz"
|
distfiles="http://www.cmake.org/files/v${version%.*}/$pkgname-$version.tar.gz"
|
||||||
checksum=da3072794eb4c09f2d782fcee043847b99bb4cf8d4573978d9b2024214d6e92d
|
checksum=8eaf75e1e932159aae98ab5e7491499545554be62a08cbcbc7c75c84b999f28a
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# XXX ugly :-)
|
# XXX ugly :-)
|
||||||
|
|
Loading…
Add table
Reference in a new issue