Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047763
en ru br
ALT Linux repos
S:3.1-alt1

Group :: System/Libraries
RPM: guile-ncurses

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: guile-ncurses
Version: 3.0
Release: alt1

Summary: GNU Guile-Ncurses is a library for the Guile Scheme interpreter
License: GPLv3
Group: System/Libraries
Url: http://www.gnu.org/software/guile-ncurses/

Source: %name-%version.tar

BuildRequires: guile-devel libncursesw-devel libunistring-devel texinfo

%package -n lib%name
Summary: GNU Guile-Ncurses is a library for the Guile Scheme interpreter
Group: System/Libraries
License: LGPLv3

%package shell
Summary: XTerm based dedicated window for the Guile Scheme interpreter
Group: Development/Scheme
Requires: lib%name = %version-%release
Requires: xterm

%description
GNU Guile-Ncurses is a library for the Guile Scheme interpreter that
provides functions for creating text user interfaces. The text user
interface functionality is built on the ncurses libraries: curses, form,
panel, and menu.

%description -n lib%name
GNU Guile-Ncurses is a library for the Guile Scheme interpreter that
provides functions for creating text user interfaces. The text user
interface functionality is built on the ncurses libraries: curses, form,
panel, and menu.

%description shell
Xterm based dedicated window for interactive Guile Scheme interpreter
for easy interactive development with GNU Guile-Ncurses library.

%prep
%setup

%build
%autoreconf
%configure --with-ncursesw
%make_build

%install
%makeinstall_std

%check
make check

%define guile_sitedir %(guile-config info sitedir)

%files -n lib%name
%guile_ccachedir/ncurses
%guile_extensiondir/libguile-ncurses.so*
%guile_sitedir/ncurses

%_infodir/guile-ncurses.info*

%files shell
%_bindir/guile-ncurses-shell

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin