re-import sources as agreed with the maintainer
This commit is contained in:
parent
c21747cf31
commit
64df16cdae
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/ncurses-6.1-20180224.tgz
|
||||
/ncurses-6.1-20180224.tgz
|
||||
|
20
STAGE2-ncurses
Normal file
20
STAGE2-ncurses
Normal 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
|
Loading…
Reference in New Issue
Block a user