]> git.pld-linux.org Git - SPECS.git/blob - tecnoballz.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / tecnoballz.spec
1 # TODO:
2 # - desktop and icon
3 Summary:        A breakout clone with 50 levels of game and 11 special levels
4 Summary(pl.UTF-8):      Klon Breakouta z 50 poziomami gry i 11 poziomami specjalnymi
5 Name:           tecnoballz
6 Version:        0.92
7 Release:        1
8 License:        GPL v3
9 Group:          X11/Applications/Games
10 Source0:        http://linux.tlk.fr/games/TecnoballZ/download/%{name}-%{version}.tgz
11 # Source0-md5:  111022212bc77b7dfcb453eaa5eac751
12 URL:            http://linux.tlk.fr/games/TecnoballZ/
13 BuildRequires:  SDL_image-devel
14 BuildRequires:  SDL_mixer-devel
15 BuildRequires:  libmikmod-devel
16 BuildRequires:  smpeg-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 A exciting Brick Breaker with 50 levels of game and 11 special levels,
21 distributed on the 2 modes of game to give the player a sophisticated
22 system of attack weapons with an enormous power of fire that can be
23 build by gaining bonuses. Numerous decors, musics and sounds complete
24 this great game. This game was ported from the Commodore Amiga.
25
26 %description -l pl.UTF-8
27 Ekscytująca gra w burzenie ściany z 50 poziomami gry i 11 poziomami
28 specjalnymi, rozproszona w dwa tryby gry, aby dać graczowi bardziej
29 przemyślany system broni o olbrzymiej sile ognia, którą można zbudować
30 zbierając premie. Liczne dekoracje, muzyka i dźwięki dopełniają grę.
31 Została ona sportowana z komputera Commodore Amiga.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 # FIX: add missing files
47 cp -fr src/TecnoballZ/levels-data.xml src/TecnoballZ/texts $RPM_BUILD_ROOT%{_datadir}/%{name}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS CHANGES NEWS README
55 %attr(2755,root,games) %{_prefix}/games/%{name}
56 %{_datadir}/%{name}
57 %attr(2775,root,games) %dir /var/games/tecnoballz
58 %attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) /var/games/tecnoballz/tecnoballz.hi
59 %{_mandir}/man6/*
This page took 0.265097 seconds and 3 git commands to generate.