This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
2019-08-03 12:06:11 +02:00
|
|
|
name: ncurses
|
|
|
|
version: 6.1
|
|
|
|
release: 1
|
|
|
|
sources: ftp://ftp.invisible-island.net/ncurses/ncurses-%{version}.tar.gz
|
|
|
|
options:
|
|
|
|
- configure: --enable-widec --without-ada --with-shared --enable-pc-files --disable-termcap
|
|
|
|
|
|
|
|
@install
|
2019-09-05 23:56:54 +02:00
|
|
|
cd ncurses-%{version}
|
|
|
|
make 'DESTDIR=%{pkg}' install
|
|
|
|
cd '%{pkg}' && rm ./%{prefix}/bin/clear ./%{prefix}/bin/reset
|
2019-08-03 12:06:11 +02:00
|
|
|
|