Summary: SCUMM graphic adventure game interpreter Summary(pl): Interpreter przygodówek opartych na SCUMM Name: scummvm Version: 0.3.0b Release: 1 License: GPL Group: X11/Applications/Games Source0: http://telia.dl.sourceforge.net/sourceforge/scummvm/%{name}_%{version}-src.tar.bz2 Source1: %{name}_tools_%{version}-src.tar.bz2 Source2: %{name}.desktop Source3: %{name}.png Patch0: %{name}-makefile.patch BuildRequires: libvorbis-devel BuildRequires: mad-devel BuildRequires: SDL-devel >= 1.2.2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 %define _mandir %{_prefix}/man %description ScummVM is an implementation of the SCUMM (Script Creation Utility for Maniac Mansion) engine used in various Lucas Arts games such as Monkey Island and Day of the Tentacle. At this time ScummVM should be considered ALPHA software, as it's still under heavy development. Be aware that while many games will work with few major bugs, crashes can happen. Also note that saved games can, and probably will, be incompatible between releases. Also ScummVM is capable of playing several non-SCUMM games, at the moment this includes Simon The Sorcerer. %description -l pl ScummVM jest implementacją silnika SCUMM (Narzędzie tworzące skrypty dla Maniac Mansion) używanego w wielu grach Lucas Arts takich jak Monkey Island, czy Day of the Tentacle. ScummVM jest cały czas intensywnie rozwijany i powinien być traktowany jako program w stanie ALPHA. Wiele gier może się wysypywać, lub działać z błędami. Zapisane stany gry będą prawdopodobnie niekompatybilne pomiędzy różnymi wersjami ScummVM. ScummVM potrafi również obsłużyć gry nie oparte na silniku SCUMM. W chwili obecnej jest to Simon The Sorcerer. %package tools Summary: SCUMM tools Summary(pl): Narzędzia związane ze SCUMM Group: X11/Applications/Games %description tools SCUMM tools. %description tools -l pl Narzędzia związane ze SCUMM. %prep %setup -q -a 1 -n %{name}-0.3.0 %patch0 -p1 %build %{__make} \ CXX="%{__cxx}" \ CFLAGS="%{rpmcflags}" \ LDFLAGS="%{rpmldflags}" cd tools %{__make} \ CC="%{__cc}" \ CFLAGS="%{rpmcflags}" \ LDFLAGS="%{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_pixmapsdir},%{_applnkdir}/Games} install scummvm $RPM_BUILD_ROOT%{_bindir} install scummvm.6 $RPM_BUILD_ROOT%{_mandir}/man6 install tools/{descumm{3,5,6},rescumm,simon2mp3} $RPM_BUILD_ROOT%{_bindir} install tools/extract $RPM_BUILD_ROOT%{_bindir}/extract-scummvm install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Games install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc NEWS README %attr(755,root,root) %{_bindir}/scummvm %{_mandir}/man6/* %{_pixmapsdir}/* %{_applnkdir}/* %files tools %defattr(644,root,root,755) %doc tools/README %attr(755,root,root) %{_bindir}/descumm* %attr(755,root,root) %{_bindir}/extract-scummvm %attr(755,root,root) %{_bindir}/rescumm %attr(755,root,root) %{_bindir}/simon2mp3