|
|
|
@ -6,6 +6,7 @@ options:
|
|
|
|
|
- configure: --enable-widec --without-ada --with-shared --enable-pc-files --disable-termcap
|
|
|
|
|
|
|
|
|
|
@install
|
|
|
|
|
cd ncurses-%{version} && make 'DESTDIR=%{pkg}' %{name}
|
|
|
|
|
cd '%{pkg}' && rm usr/bin/clear usr/bin/reset
|
|
|
|
|
cd ncurses-%{version}
|
|
|
|
|
make 'DESTDIR=%{pkg}' install
|
|
|
|
|
cd '%{pkg}' && rm ./%{prefix}/bin/clear ./%{prefix}/bin/reset
|
|
|
|
|
|
|
|
|
|