Summary: 2D Platform game Summary(pl.UTF-8): Dwuwymiarowa gra platformowa Name: edgar Version: 0.25 Release: 1 License: GPL v2+ Group: X11/Applications/Games # download it from http://www.parallelrealities.co.uk/projects/edgar.php # and put it into the edgar dir Source0: %{name}-%{version}-1.tar.gz # Source0-md5: 601ff8c5d60cd2c2af9337f59f5a6fbe Source1: %{name}.png Patch0: %{name}-makefile.patch Patch1: %{name}-usless_files.patch Patch2: %{name}-desktop.patch URL: http://www.parallelrealities.co.uk/projects/edgar.php BuildRequires: SDL_image-devel BuildRequires: SDL_mixer-devel BuildRequires: SDL_ttf-devel BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description In The Legend of Edgar you take on the role of Edgar as he ventures across the world, battling fearsome creatures and solving puzzles whilst trying to find and rescue his father. %description -l pl.UTF-8 W The Legend of Edgar gracz wciela się w rolę Edgara podróżującego przez świat, walczącego z przerażającymi potworami i rozwiązującego zagadki podczas próby odnalezienia i uratowania swojego ojca. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %build %{__make} \ CXX="%{__cc}" \ OPTFLAGS="%{rpmcflags}" \ LDFLAGS="%{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_pixmapsdir} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc doc/* %attr(755,root,root) %{_bindir}/edgar %{_datadir}/edgar %{_desktopdir}/edgar.desktop %{_pixmapsdir}/edgar.png