summaryrefslogtreecommitdiff
path: root/ncurses.morph
diff options
context:
space:
mode:
Diffstat (limited to 'ncurses.morph')
-rw-r--r--ncurses.morph11
1 files changed, 10 insertions, 1 deletions
diff --git a/ncurses.morph b/ncurses.morph
index ca11e36..2a917d9 100644
--- a/ncurses.morph
+++ b/ncurses.morph
@@ -1,5 +1,14 @@
{
"name": "ncurses",
"kind": "chunk",
- "build-system": "autotools"
+ "configure-commands": [
+ "./configure --with-shared --without-debug --enable-widec"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install",
+ "sh ncurses-morph-postinstall.sh"
+ ]
}