]> git.pld-linux.org Git - packages/supertuxkart.git/commitdiff
- initial by Michał Lisowski <lisu87 at gmail dot com>
authorshadzik <shadzik@pld-linux.org>
Fri, 22 Sep 2006 10:12:47 +0000 (10:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    supertuxkart.spec -> 1.1

supertuxkart.spec [new file with mode: 0644]

diff --git a/supertuxkart.spec b/supertuxkart.spec
new file mode 100644 (file)
index 0000000..7f38323
--- /dev/null
@@ -0,0 +1,51 @@
+%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}
This page took 0.071451 seconds and 4 git commands to generate.