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

echo "INPUT(-lncurses)" > /usr/lib/libcurses.so
echo "INPUT(-lncursesw)" > /usr/lib/libcursesw.so
echo "INPUT(-ltinfo)" > /usr/lib/libtermcap.so