summaryrefslogtreecommitdiffstats
path: root/recipe.d/0002-ncurses
diff options
context:
space:
mode:
Diffstat (limited to 'recipe.d/0002-ncurses')
-rw-r--r--recipe.d/0002-ncurses13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipe.d/0002-ncurses b/recipe.d/0002-ncurses
new file mode 100644
index 0000000..767b582
--- /dev/null
+++ b/recipe.d/0002-ncurses
@@ -0,0 +1,13 @@
+ mcd $BUILDDIR/ncurses
+ $SRC/ncurses-*/configure $TCONFIGARGS \
+ --with-shared --without-ada --with-ospeed=unsigned \
+ --enable-hard-tabs --enable-xmc-glitch --enable-colorfgbg \
+ --enable-overwrite \
+ --enable-pc-files \
+ --with-termlib=tinfo \
+ --with-chtype=long \
+ --with-ticlib
+ notparallel
+ make $J
+ make $J install
+