summaryrefslogtreecommitdiff
path: root/strata/foundation/coreutils.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/foundation/coreutils.morph')
-rw-r--r--strata/foundation/coreutils.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/foundation/coreutils.morph b/strata/foundation/coreutils.morph
new file mode 100644
index 00000000..479e9925
--- /dev/null
+++ b/strata/foundation/coreutils.morph
@@ -0,0 +1,9 @@
+name: coreutils
+kind: chunk
+build-system: autotools
+configure-commands:
+- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
+- bash bootstrap --skip-po
+- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix="$PREFIX" --disable-nls
+install-commands:
+- make INSTALL_PROGRAM=install DESTDIR="$DESTDIR" install