Summary: Atomix clone where you create figures out of marbles Name: lmarbles Version: 1.0.8 Release: 1 License: GPLv2+ Group: Amusements/Games URL: http://lgames.sourceforge.net/ Source0: http://dl.sf.net/lgames/lmarbles-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: SDL-devel >= 1.2.14-3 BuildRequires: SDL_mixer-devel >= 1.2.11-1 Requires: SDL >= 1.2.14-3 %description LMarbles is an Atomix clone with a slight change in concept. Instead of assembling molecules you create figures out of marbles. Nevertheless, the basic game play is the same: If a marble starts to move it will not stop until it hits a wall or another marble. To make it more interesting there are obstacles like one-way streets, crumbling walls and portals. As Marbles is meant as a puzzle game you play against a move limit and not a time limit. This way you have as much time as you need to think. %prep %setup -q %build export CC="xlc_r" ./configure \ --prefix=%{_prefix} \ --mandir=%{_mandir} \ --disable-sound \ --enable-ascii make %{?_smp_mflags} %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} make install DESTDIR=${RPM_BUILD_ROOT} /usr/bin/strip ${RPM_BUILD_ROOT}%{_bindir}/* || : cd ${RPM_BUILD_ROOT} mkdir -p usr/bin cd usr/bin ln -sf ../..%{_bindir}/* . %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc AUTHORS COPYING ChangeLog README TODO %config(noreplace) %{_localstatedir}/%{name}.prfs %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name} %{_datadir}/icons/%{name}48.gif %{_mandir}/man6/%{name}.6 /usr/bin/%{name} %changelog * Tue Mar 08 2011 Michael Perzl - 1.0.8-1 - first version for AIX V5.1 and higher