]> git.pld-linux.org Git - packages/circuslinux.git/blob - circuslinux.spec
- massive attack: source-md5
[packages/circuslinux.git] / circuslinux.spec
1 Summary:        "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari"
2 Summary(pl):    "Circus Linux!" jest klonem gry z Atari 2600 "Circus Atari"
3 Name:           circuslinux
4 Version:        1.0.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        ftp://ftp.sonic.net/pub/users/nbs/unix/x/circus-linux/%{name}-%{version}.tar.gz
9 # Source0-md5:  d53f7d28d974c5605d6bebb9b1569216
10 Source1:        %{name}.desktop
11 Source2:        %{name}.png
12 Patch0:         %{name}-makefile.patch
13 Patch1:         %{name}-version.patch
14 URL:            http://www.newbreedsoftware.com/circus-linux/
15 BuildRequires:  SDL_image-devel
16 BuildRequires:  SDL_mixer-devel
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21
22 %description
23 "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari", which is
24 itself a clone of an earlier arcade game named, simply "Circus".
25
26 The object is to move a teeter-totter back and forth across the screen
27 to bounce clowns up into the air. When they reach the top, they pop
28 rows of balloons and then fall back down.
29
30 (The gameplay is similar to the classics "Breakout" and "Arkanoid.")
31
32 %description -l pl
33 "Circus Linux!" jest klonem gry z Atari 2600 - "Circus Atari", która z
34 kolei sama jest klonem wcze¶niejszej gry zrêczno¶ciowej, nazywaj±cej siê
35 po prostu "Circus".
36
37 Celem gry jest przesuwanie hu¶tawki w poprzek ekranu tak aby podbijaæ
38 skacz±cych clownów do góry. Kiedy clown wyskakuje, zbija czê¶æ z baloników
39 lataj±cych w rzêdach pod sufitem, a potem spada z powrotem na dó³.
40
41 Motyw gry jest podobny do klasycznych gier - "Breakout" i "Arkanoid"
42
43 %prep
44 %setup -q
45 %patch0 -p1
46 %patch1 -p1
47
48 %build
49 rm -f missing
50 %{__aclocal}
51 %{__autoconf}
52 %{__automake}
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Games/Arcade,%{_pixmapsdir}}
59
60 %{__make} install DESTDIR=$RPM_BUILD_ROOT
61
62 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Arcade
63 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc AUTHORS.txt CHANGES.txt FAQ.txt README.txt README-SDL.txt TODO.txt
71 %attr(755,root,root) %{_bindir}/*
72 %{_datadir}/%{name}
73 %{_applnkdir}/Games/Arcade/*
74 %{_pixmapsdir}/*
This page took 0.042213 seconds and 4 git commands to generate.