2016-02-24 01:27:23 +01:00
|
|
|
version=6.0
|
|
|
|
source=(ftp://invisible-island.net/ncurses/ncurses-$version.tar.gz)
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
derle()
|
2016-02-24 01:27:23 +01:00
|
|
|
{
|
|
|
|
cd ncurses-$version
|
|
|
|
|
|
|
|
sed -i s/mawk// configure
|
|
|
|
|
|
|
|
./configure --prefix=/tools --with-shared \
|
|
|
|
--without-debug --without-ada --enable-widec \
|
|
|
|
--enable-overwrite
|
|
|
|
|
|
|
|
make
|
|
|
|
|
|
|
|
make install
|
|
|
|
}
|