]> git.pld-linux.org Git - SPECS.git/blob - pong2.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / pong2.spec
1 Summary:        Pong2 - game inspired by the classical Atari game
2 Summary(pl.UTF-8):      Pong2 - gra zainspirowana klasyczną grą z Atari
3 Name:           pong2
4 Version:        0.1.3
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Games
8 Source0:        http://download.berlios.de/pong2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  b27c827a060c1d0aebb4d0df825fcada
10 URL:            http://pong2.berlios.de/
11 BuildRequires:  OpenGL-devel
12 BuildRequires:  SDL-devel >= 1.2.4
13 BuildRequires:  SDL_image-devel
14 BuildRequires:  SDL_net-devel
15 BuildRequires:  SDL_ttf-devel
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  libstdc++-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 An up till now two player (networked) game inspired by the classical
23 "Pong" from Atari, which adds another dimension to the playing field.
24 Crazy graphics, fast gameplay, great fun ;)
25
26 %description -l pl.UTF-8
27 Jest to sieciowa gra dla (jak na razie) dwóch graczy zainspirowana
28 klasyczną grą "Pong" z Atari, dodająca dodatkowy wymiar do pola gry.
29 Zwariowana grafika, szybka akcja, dużo zabawy ;)
30
31 %prep
32 %setup -q
33
34 %build
35 %{__aclocal} -I m4
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README
53 %attr(755,root,root) %{_bindir}/*
54 %{_datadir}/%{name}
This page took 0.367004 seconds and 3 git commands to generate.