summaryrefslogtreecommitdiff
path: root/strata/core/cmake.morph
blob: 97b264e4b8592e30b74341cf2dbcfed4221b871f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: cmake
kind: chunk
pre-configure-commands:
# Missing header include
- echo "#include <sys/stat.h>" >> Source/cmStandardIncludes.h
# Prevent segfault when boostrapping and looking for curses library
- sed -i 's/NOT CMAKE_SYSTEM_NAME MATCHES syllable/0/' CMakeLists.txt
configure-commands:
- ./bootstrap --prefix="$PREFIX" --docdir=/share/doc/cmake --mandir=/share/man
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install