re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 10:10:57 +02:00
parent c21747cf31
commit 64df16cdae
2 changed files with 20 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/ncurses-6.1-20180224.tgz
/ncurses-6.1-20180224.tgz

20
STAGE2-ncurses Normal file
View File

@ -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