summaryrefslogtreecommitdiff
path: root/strata/core/libexpat.morph
blob: b36a67aa21e06f50d789a10cc362a696c138d898 (plain)
1
2
3
4
5
6
7
8
name: libexpat
kind: chunk
configure-commands:
- mkdir o && cd o && cmake -DCMAKE_INSTALL_PREFIX=/usr ..
build-commands:
- cd o && make
install-commands:
- cd o && make DESTDIR="$DESTDIR" install