Summary: Form and menu language interpreter Summary(pl): Interpreter języka formularzy i menu Name: cursel Version: 0.1.9 Release: 3 License: GPL Group: Applications/Terminal Group(de): Applikationen/Terminal Group(pl): Aplikacje/Terminal Source0: http://users.pandora.be/stes/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: byacc BuildRequires: flex BuildRequires: ncurses-devel >= 5.2 BuildRequires: objc BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description CURSEL is a FMLI implementation, a small language that allows you to quickly make a form- and menu- based character interface to shell scripts and other programs. %description -l pl CURSEL jest implementacją FMLI (Form and Menu Language Interpreter). Niewielki język pozwalający na szybkie tworzenie interfejsu użytkownika do skryptów powłoki lub innych programów. %prep %setup -q %build autoconf %configure %{__make} \ OBJC="%{_bindir}/objc -Wc:-march=%{_target_cpu} -I%{_includedir}/ncurses"\ LIBS="-lform -lmenu -lncurses" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} %{__make} install \ BINDIR=$RPM_BUILD_ROOT%{_bindir} gzip -9nf README TODO CHANGES %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc *.gz %attr(755,root,root) %{_bindir}/*