]> git.pld-linux.org Git - packages/circuslinux.git/blob - circuslinux.spec
- initial release
[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 Patch0:         %{name}-makefile.patch
10 Patch1:         %{name}-version.patch
11 URL:            http://www.newbreedsoftware.com/circus-linux/
12 BuildRequires:  libvorbis-devel
13 BuildRequires:  SDL-devel
14 BuildRequires:  SDL_image-devel
15 BuildRequires:  SDL_mixer-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         %{_prefix}/man
20
21 %description
22 "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari", which is
23 itself a clone of an earlier arcade game named, simply "Circus".
24
25 The object is to move a teeter-totter back and forth across the screen
26 to bounce clowns up into the air. When they reach the top, they pop
27 rows of balloons and then fall back down.
28
29 (The gameplay is similar to the classics "Breakout" and "Arkanoid.")
30
31 %description -l pl
32 "Circus Linux!" jest klonem gry z Atari 2600 - "Circus Atari", która z
33 kolei sama jest klonem wcze¶niejszej gry zrêczno¶ciowej, nazywaj±cej siê
34 po prostu "Circus".
35
36 Celem gry jest przesuwanie hu¶tawki w poprzek ekranu tak aby podbijaæ
37 skacz±cych clownów do góry. Kiedy clown wyskakuje, zbija czê¶æ z baloników
38 lataj±cych w rzêdach pod sufitem, a potem spada z powrotem na dó³.
39
40 Motyw gry jest podobny do klasycznych gier - "Breakout" i "Arkanoid"
41
42 %prep
43 %setup -q
44 %patch0 -p1
45 %patch1 -p1
46
47 %build
48 aclocal
49 %{__autoconf}
50 %{__automake}
51 %configure
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT
57
58 %{__make} install DESTDIR=$RPM_BUILD_ROOT
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc AUTHORS.txt CHANGES.txt FAQ.txt README.txt README-SDL.txt TODO.txt
66 %attr(755,root,root) %{_bindir}/*
67 %{_datadir}/%{name}
This page took 0.073026 seconds and 4 git commands to generate.