summaryrefslogtreecommitdiff
path: root/cmake.morph
blob: 9fe4e1ba1353d5ef746cf657e08037d2513115e3 (plain)
1
2
3
4
5
6
7
8
9
name: cmake
kind: chunk
build-system: manual
configure-commands:
- ./bootstrap --prefix="$PREFIX" --docdir=/share/doc/cmake --mandir=/share/man
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install