Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
aports
Commits
18f503fc
Commit
18f503fc
authored
Mar 18, 2015
by
Natanael Copa
Browse files
main/cmake: upgrade to 3.2.1
parent
663da2b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
main/cmake/APKBUILD
View file @
18f503fc
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
cmake
pkgver
=
3.
1.3
pkgver
=
3.
2.1
pkgrel
=
0
pkgdesc
=
"CMake is a cross-platform open-source make system"
url
=
"http://www.cmake.org"
...
...
@@ -16,6 +16,7 @@ case $pkgver in
esac
source
=
"http://www.cmake.org/files/
$_v
/cmake-
${
pkgver
}
.tar.gz
musl-header-fixes.patch
"
_builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
...
...
@@ -46,6 +47,7 @@ build() {
--datadir
=
/share/
$pkgname
\
--docdir
=
/share/doc/
$pkgname
\
--system-libs
\
--no-system-jsoncpp
\
$(
parallel_opt
)
make
||
return
1
...
...
@@ -56,6 +58,9 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"5697a77503bb5636f4b4057dcc02aa32 cmake-3.1.3.tar.gz"
sha256sums
=
"45f4d3fa8a2f61cc092ae461aac4cac1bab4ac6706f98274ea7f314dd315c6d0 cmake-3.1.3.tar.gz"
sha512sums
=
"348bed66dd23a22e2fc04d9c88f26bd61d110bfae80dfb1734be668d57c9bc58fe27d3f5274e40ab2b5185185b2a1e7b90721c1fe71e4e5d15ac598c840a896b cmake-3.1.3.tar.gz"
md5sums
=
"63f436aa19b5efc37017759c8d3953ca cmake-3.2.1.tar.gz
500d40f006182e7f4e3e594347882fdf musl-header-fixes.patch"
sha256sums
=
"759f1cf6b1a26b037726a9acca6da501235c20ad3671df29d43f29052ef1502c cmake-3.2.1.tar.gz
7169e21d649b35c031a615986ebc559d772d40667506ce495cbc51f828825ae8 musl-header-fixes.patch"
sha512sums
=
"b405a81503ff92629a74ec0510d55cb12499ee4c44e83896242119550cb6a53c7eb3ebf3caee913c0a89d284f976d2369e978be3f775bacc0e570a89a217042f cmake-3.2.1.tar.gz
36ec0e51b4b1f00f8d7439d3e5a39ee8882704f69ec1ca901010ffba4914e7949aefafdb6698c28b966d5bccfa209aca993c228a37189ced047203d02644127c musl-header-fixes.patch"
main/cmake/musl-header-fixes.patch
0 → 100644
View file @
18f503fc
mode_t needs sys/stat.h
--- ./Source/cmStandardIncludes.h.orig
+++ ./Source/cmStandardIncludes.h
@@ -74,6 +74,8 @@
#if defined( _MSC_VER )
typedef unsigned short mode_t;
+#else
+#include <sys/stat.h>
#endif
// use this class to shrink the size of symbols in .o files
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment