summaryrefslogtreecommitdiff
path: root/strata/core/ncurses.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/ncurses.morph')
-rw-r--r--strata/core/ncurses.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/strata/core/ncurses.morph b/strata/core/ncurses.morph
new file mode 100644
index 00000000..12d3c469
--- /dev/null
+++ b/strata/core/ncurses.morph
@@ -0,0 +1,24 @@
+name: ncurses
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- LDCONFIG=true ./configure --with-shared --without-debug --enable-widec
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make DESTDIR="$DESTDIR" install
+- sh ncurses-morph-postinstall.sh
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []