Summary: Small basic interpreter with printing and graphics Summary(pl): Niewielki interpretator basica z obsług± grafiki Name: yabasic Version: 2.671 Release: 14 License: Public Domain Group: Development/Languages Group(de): Entwicklung/Sprachen Group(pl): Programowanie/Języki Source0: http://www.yabasic.de/download/%{name}-%{version}.tar.gz Patch0: %{name}-make.patch URL: http://www.yabasic.de/ BuildRequires: bison BuildRequires: flex BuildRequires: automake BuildRequires: autoconf BuildRequires: XFree86-devel BuildRequires: ncurses-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Yabasic implements the most common and simple elements of the basic langugage; It comes with for-loops and goto with while-loops and procedures. Yabasic does monochrome line grafics, printing comes with no extra effort. Yabasic runs under Unix and Windows; it is small (less than 200KB) and free. %description -l pl Yabasic implementuje najbardziej popularne i proste elementy języka basic. Yabasic obsługuje pętle-for, instrukcje goto z pętlami-while oraz procedurami. Yabasic obsługuje monochromatyczn± liniow± grafikę oraz drukowanie. %prep %setup -q %patch0 -p1 %build automake -a -c -i aclocal autoheader autoconf %configure %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_mandir}/pl/man1,%{_sysconfdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT gzip -9nf AUTHORS NEWS README %files %defattr(644,root,root,755) %doc *.gz *.htm %attr(755,root,root) %{_bindir} %clean rm -rf $RPM_BUILD_ROOT