summaryrefslogtreecommitdiff
path: root/core/libexpat.morph
diff options
context:
space:
mode:
Diffstat (limited to 'core/libexpat.morph')
-rw-r--r--core/libexpat.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/libexpat.morph b/core/libexpat.morph
new file mode 100644
index 00000000..6fbf6c6a
--- /dev/null
+++ b/core/libexpat.morph
@@ -0,0 +1,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