summaryrefslogtreecommitdiff
path: root/data/ncurses/make.sh
blob: 5ad559445fa4fc01d9e5a5705d83ef6242fa04dd (plain)
1
2
3
4
5
tar -zxvf "${PKG_DATA}/ncurses-5.6.tar.gz"
cd ncurses-5.6
pkg:configure --with-shared --without-normal --without-debug
make
pkg:install