]> git.pld-linux.org Git - packages/xmoto.git/commitdiff
- new
authorwolf <wolf@pld-linux.org>
Wed, 5 Oct 2005 19:24:40 +0000 (19:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xmoto.spec -> 1.1

xmoto.spec [new file with mode: 0644]

diff --git a/xmoto.spec b/xmoto.spec
new file mode 100644 (file)
index 0000000..7f4a2cd
--- /dev/null
@@ -0,0 +1,57 @@
+#
+# 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
This page took 0.037374 seconds and 4 git commands to generate.