SPECS: toycars.spec (NEW) - new

lisu lisu at pld-linux.org
Thu Oct 12 23:42:38 CEST 2006


Author: lisu                         Date: Thu Oct 12 21:42:38 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   toycars.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/toycars.spec
diff -u /dev/null SPECS/toycars.spec:1.1
--- /dev/null	Thu Oct 12 23:42:38 2006
+++ SPECS/toycars.spec	Thu Oct 12 23:42:32 2006
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary:	Physics-based 2D racing game
+Summary(pl):	Gra wyścigowa 2D oparta na prawach fizyki
+Name:		toycars
+Version:	0.3.1
+Release:	1
+License:	GPL v2
+Group:		X11/Applications/Games
+Source0:	http://dl.sourceforge.net/toycars/%{name}-%{version}.tar.gz
+# Source0-md5:	938a925f6eb209ac85a1d4caace8e5f3
+URL:		http://sourceforge.net/projects/toycars/
+BuildRequires:	SDL-devel
+BuildRequires:	SDL_image-devel
+BuildRequires:	SDL_mixer-devel
+BuildRequires:	X11-OpenGL-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Toy Cars is a physics based 2-D racer. The graphics and the interface
+use SDL and OpenGL. Toy Cars is partly inspired by Micromachines and
+partly by the old Atari ST game called Jupiter's Masterdrive.
+
+%description -l pl
+Toy Cars jest grą wyścigową 2D opartą na prawach fizyki. Grafika i
+interfejs używają SDL i OpenGL. Toy Cars częściowo zainspirowana
+została przez grę Micromachines oraz przez starą grę Jupiter's
+Masterdrive na Atari ST.
+
+%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 AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/10/12 21:42:32  lisu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list