From 64df16cdaeb558efca38f943fe5d04a92b393d6b Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 10:10:57 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 1 - STAGE2-ncurses | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 STAGE2-ncurses diff --git a/.gitignore b/.gitignore index 2d855c4..0d04370 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/ncurses-6.1-20180224.tgz /ncurses-6.1-20180224.tgz diff --git a/STAGE2-ncurses b/STAGE2-ncurses new file mode 100644 index 0000000..17e8dd6 --- /dev/null +++ b/STAGE2-ncurses @@ -0,0 +1,20 @@ +mcd $BUILDDIR/ncurses + +$SRC/ncurses-*/configure $TCONFIGARGS \ + --with-shared --without-ada --with-ospeed=unsigned \ + --with-terminfo-dirs=/etc/terminfo:/usr/share/terminfo \ + --enable-hard-tabs --enable-xmc-glitch --enable-colorfgbg \ + --enable-overwrite \ + --enable-pc-files \ + --disable-wattr-macros \ + --with-termlib=tinfo \ + --with-chtype=long \ + --with-ticlib + +notparallel +make $J +make $J install + +echo "INPUT(-lncurses)" > /usr/lib$SUFFIX/libcurses.so +echo "INPUT(-lncursesw)" > /usr/lib$SUFFIX/libcursesw.so +echo "INPUT(-ltinfo)" > /usr/lib$SUFFIX/libtermcap.so