summaryrefslogtreecommitdiff
path: root/core/libexpat.morph
blob: 6fbf6c6ae0f57b3e81c570b6a38d3b340e434cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: core/libexpat.morph
kind: chunk
repo: upstream:libexpat
ref: 97678ab13f6d29878997256b6ae1ded679ae5c5c
configure-commands:
- autoreconf -i
- ./configure --prefix="${PREFIX-/usr}"
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install
build_depends:
- core/autoconf.morph
- core/automake.morph
- core/libtool.morph