summaryrefslogtreecommitdiff
path: root/strata/core/autopoint.morph
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2015-06-19 11:59:54 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2015-06-19 11:59:54 +0100
commit1705cca4d87cfc06ffdea574a644231e413be180 (patch)
treee711484dfe81cdf1fb562fd0c5b516148e88d6fe /strata/core/autopoint.morph
parentd6ef00b8235e01802d6c89633db3f494df5d1522 (diff)
downloaddefinitions-1705cca4d87cfc06ffdea574a644231e413be180.tar.gz
Update core-wrt.morph to build with musl
Diffstat (limited to 'strata/core/autopoint.morph')
-rw-r--r--strata/core/autopoint.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/strata/core/autopoint.morph b/strata/core/autopoint.morph
new file mode 100644
index 00000000..0864993d
--- /dev/null
+++ b/strata/core/autopoint.morph
@@ -0,0 +1,13 @@
+name: autopoint
+kind: chunk
+configure-commands:
+- ./configure --prefix="$PREFIX"
+build-commands:
+- make
+install-commands:
+- install -d $DESTDIR$PREFIX/bin
+- cd gettext-tools/misc ; install -m 755 autopoint "$DESTDIR$PREFIX/bin/autopoint"
+- install -d $DESTDIR$PREFIX/share/gettext
+- cd gettext-tools/misc ; install -m 644 archive.dir.tar.gz "$DESTDIR$PREFIX/share/gettext/archive.dir.tar.gz"
+- cd gettext-runtime/m4 ; make install
+- cd gettext-tools/m4 ; make install