summaryrefslogtreecommitdiff
path: root/data/ncurses/make.sh
blob: f0296ced45c67ab6439f5bd137448132d7af6598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pkg:setup
cd ..
dir=$(echo *)
mkdir bld-ncurses{,w}
cd bld-ncurses
PKG_CONF=../${dir}/configure pkg:configure --with-shared --without-normal --without-debug --enable-sigwinch
make
pkg:install
cd ../bld-ncursesw
PKG_CONF=../${dir}/configure pkg:configure --with-shared --without-normal --without-debug --enable-sigwinch --disable-overwrite --enable-widec
make
pkg:install