summaryrefslogtreecommitdiffstats
path: root/recipe.d/0002-ncurses
blob: 23c2e7c60474d2646faaeb5b7180f4e1845ad8d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
        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 \
            --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