]> git.pld-linux.org Git - packages/supertuxkart.git/blob - supertuxkart.spec
b08ba633f2945a92e48b02562910b2058d9acc02
[packages/supertuxkart.git] / supertuxkart.spec
1 %define _rc     rc2
2 Summary:        SuperTuxKart - an enhanced version of TuxKart
3 Summary(pl):    SuperTuxKart - ulepszona wersja gry TuxKart
4 Name:           supertuxkart
5 Version:        0.2
6 Release:        0.%{_rc}.1
7 License:        GPL
8 Group:          X11/Applications/Games
9 Source0:        http://download.berlios.de/supertuxkart/%{name}-%{version}%{_rc}.tar.bz2
10 # Source0-md5:  77d4715424a969bf102a9fdca3cb1f55
11 URL:            http://supertuxkart.berlios.de
12 BuildRequires:  OpenGL-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  plib-devel >= 1.8.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 SuperTuxKart is an enhanced version of TuxKart, a kart racing game,
20 originaly done by Steve Baker, featuring Tux and a bunch of his
21 friends.
22
23 %description -l pl
24 SuperTuxKart jest ulepszon± wersj± gry TuxKart, stworzonej przez
25 Steve'a Bakera, w której bierzemy udzia³ w wy¶cigach gokartowych jako
26 Tux lub jego przyjaciele.
27
28 %prep
29 %setup -q -n %{name}-%{version}%{_rc}
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS NEWS README TODO
50 %attr(755,root,root) %{_bindir}/*
51 %{_datadir}/games/%{name}
This page took 0.091826 seconds and 3 git commands to generate.