Archived
3
0
This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
recipes/ncurses/recipe.spec
Luka Vandervelden a5e68e70c6 Initial commit.
Recipes still untested at this point.
2019-08-03 12:06:11 +02:00

12 lines
328 B
RPMSpec

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
cd ncurses-%{version} && make 'DESTDIR=%{pkg}' %{name}
cd '%{pkg}' && rm usr/bin/clear usr/bin/reset