summaryrefslogtreecommitdiffstats
path: root/recipe.d/0002-ncurses
blob: a2c98f44e9b07ff88f207c73487d84b1206925bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
        mcd $BUILDDIR/ncurses
        $SLACKSOURCE/ncurses/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 $NUMJOBS
        make $NUMJOBS install