]> git.pld-linux.org Git - SPECS.git/blob - trophy.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / trophy.spec
1 Summary:        2D car racing action game
2 Summary(pl.UTF-8):      Dwuwymiarowa gra w wyścigi samochodowe
3 Name:           trophy
4 Version:        1.1.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/trophy/%{name}-%{version}-src.tar.gz
9 # Source0-md5:  45a8c6eec9ab5d110660a32416d1ec8f
10 URL:            http://trophy.sourceforge.net/
11 BuildRequires:  ClanLib-devel >= 0.6.0
12 BuildRequires:  ClanLib-devel < 0.7.0
13 BuildRequires:  OpenGL-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  pkgconfig
18 Requires:       OpenGL
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _noautoreqdep   libGL.so.1 libGLU.so.1 libGLcore.so.1
22
23 %description
24 TROPHY is a 2D car racing action game for Linux. There are many extras
25 which are... er... 'untypical' for racing games. So you can shoot at
26 other players for example.
27
28 %description -l pl.UTF-8
29 TROPHY to dwuwymiarowa gra w wyścigi samochodowe dla Linuksa. Ma wiele
30 dodatków, które są... hm... nietypowe dla wyścigów. Można na przykład
31 strzelać do innych graczy.
32
33 %prep
34 %setup -q -n %{name}-%{version}-src
35
36 %build
37 cd %{name}
38 %{__aclocal}
39 %{__autoheader}
40 %{__autoconf}
41 %configure
42 %{__make} \
43         CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions" \
44         CPPFLAGS="`pkg-config --cflags clanCore-0.7`"
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
This page took 0.724051 seconds and 3 git commands to generate.