Author: wolf Date: Wed Oct 5 19:24:45 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: xmoto.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xmoto.spec diff -u /dev/null SPECS/xmoto.spec:1.1 --- /dev/null Wed Oct 5 21:24:45 2005 +++ SPECS/xmoto.spec Wed Oct 5 21:24:40 2005 @@ -0,0 +1,68 @@ +# $Revision$, $Date$ +# +# TODO: build with shared ode, lua +# +Summary: Clone of across/elma games +Summary(pl): Klon gry across/elma +Name: xmoto +Version: 0.1.5 +Release: 1 +License: GPL +Group: X11/Applications/Games +Source0: http://dl.sourceforge.net/xmoto/%{name}-%{version}-src.tar.gz +# Source0-md5: 890a476b54e13bfd4ab21440c6a5a8e2 +URL: http://xmoto.sourceforge.net/ +BuildRequires: OpenGL-devel +BuildRequires: SDL-devel +BuildRequires: libvorbis-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +X-Moto is a challenging 2D motocross platform game, where physics play +an all important role in the gameplay. You need to control your bike +to its limit, if you want to have a chance finishing the more +difficult of the challenges. + +First you'll try just to complete the levels, while later you'll +compete with yourself and others, racing against the clock. + +%description -l pl +X-Moto jest wyzywającą motocrossową dwuwymiarową grą platformową, +gdzie fizyka ma w rozgrywce główną rolę. Panowanie nad motorem musi +być jak najbardziej wyżyłowane, jeżeli chce się myśleć o ukończeniu +trudniejszych poziomów. + +Z początku po prostu zalicza się poziomy, później walczy się z +wynikami, swoimi i innych, w wyścigu z czasem. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog README +%attr(755,root,root) %{_bindir}/* +%{_datadir}/xmoto + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/10/05 19:24:40 wolf +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
