SPECS: supertuxkart.spec (NEW) - initial by Micha³ Lisowski <lisu8...
shadzik
shadzik at pld-linux.org
Fri Sep 22 12:12:52 CEST 2006
Author: shadzik Date: Fri Sep 22 10:12:52 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial by Michał Lisowski <lisu87 at gmail dot com>
---- Files affected:
SPECS:
supertuxkart.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/supertuxkart.spec
diff -u /dev/null SPECS/supertuxkart.spec:1.1
--- /dev/null Fri Sep 22 12:12:52 2006
+++ SPECS/supertuxkart.spec Fri Sep 22 12:12:47 2006
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+%define _rc rc2
+Summary: SuperTuxKart is an enhanced version of TuxKart
+Summary(pl): SuperTuxKart jest ulepszoną wersją gry TuxKart
+Name: supertuxkart
+Version: 0.2
+Release: 0.%{_rc}.1
+License: GPL
+Group: X11/Applications/Games
+Source0: http://download.berlios.de/supertuxkart/%{name}-%{version}%{_rc}.tar.bz2
+# Source0-md5: 77d4715424a969bf102a9fdca3cb1f55
+URL: http://supertuxkart.berlios.de
+BuildRequires: OpenGL-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: plib-devel >= 1.8.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SuperTuxKart is an enhanced version of TuxKart, a kart racing game,
+originaly done by Steve Baker, featuring Tux and a bunch of his
+friends.
+
+%description -l pl
+SuperTuxKart jest ulepszoną wersją gry TuxKart, stworzonej przez
+Steve'a Baker'a, w której bierzemy udział w wyścigach gokartowych jako
+Tux lub jego przyjaciele.
+
+%prep
+%setup -q -n %{name}-%{version}%{_rc}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%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 NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/games/%{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/09/22 10:12:47 shadzik
+- initial by Michał Lisowski <lisu87 at gmail dot com>
+
+
+
================================================================
More information about the pld-cvs-commit
mailing list