]> git.pld-linux.org Git - packages/KoboDeluxe.git/blob - KoboDeluxe.spec
- adapter, fixed broken cvs keywords
[packages/KoboDeluxe.git] / KoboDeluxe.spec
1 Summary:        A third person scrolling 2D shooter
2 Summary(pl.UTF-8):      Prosta strzelanka 2D
3 Name:           KoboDeluxe
4 Version:        0.5.1
5 Release:        1
6 Epoch:          1
7 License:        GPL, partially LGPL
8 Group:          X11/Applications/Games
9 #Source0Download: http://olofson.net/kobodl/download.html
10 Source0:        http://olofson.net/kobodl/download/%{name}-%{version}.tar.bz2
11 # Source0-md5:  cb5dcdaf07ccad18a921058138dedc4a
12 Patch0:         kobousr2var.patch
13 Patch1:         gcc44.patch
14 Patch2:         nostd_pipe2.patch
15 URL:            http://olofson.net/kobodl/
16 BuildRequires:  SDL-devel >= 1.2
17 BuildRequires:  SDL_image-devel >= 1.2
18 BuildRequires:  autoconf
19 BuildRequires:  automake
20 BuildRequires:  libstdc++-devel
21 BuildRequires:  libtool >= 2:1.5
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Kobo Deluxe is a 3'rd person scrolling 2D shooter with a simple and
26 responsive control system - which you'll need to tackle the tons of
27 enemy ships that shoot at you, chase you, circle around you shooting,
28 or even launch other ships at you, while you're trying to destroy the
29 labyrinth shaped bases. There are 50 action packed levels with
30 smoothly increasing difficulty, and different combinations of enemies
31 that require different tactics to be dealt with successfully.
32
33 %description -l pl.UTF-8
34 Kobo Deluxe jest grą 2D typu 3'rd person perspective z prostym
35 systemem sterowania. W grze tej twoim zadaniem jest pokonanie masy
36 atakujących cię nieprzyjacielskich statków, które do ciebie strzelają,
37 otaczają cię czy wręcz nasyłają na ciebie inne statki, kiedy ty
38 starasz się zniszczyć bazy w kształcie labiryntu. Czekana ciebie 50
39 etapów pełnych wartkiej akcji, ze stopniowo zwiększającym się stopniem
40 trudności i różnymi typami nieprzyjaciół do których pokonania
41 potrzebujesz różnych taktyk.
42
43 %prep
44 %setup -q
45 %patch0 -p1
46 %patch1 -p1
47 %patch2 -p1
48
49 %build
50 %{__libtoolize}
51 %{__aclocal}
52 %{__autoconf}
53 %{__autoheader}
54 %{__automake}
55 %configure \
56         --datadir=%{_datadir}/games/kobo-deluxe
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc ChangeLog COPYING.LIB README README.jp README.sfont README.xkobo README.xkobo.jp TODO
71 %attr(2755,root,games) %{_bindir}/kobodl
72 %{_datadir}/games/kobo-deluxe
73 %dir /var/games/kobo-deluxe
74 %dir %attr(775,root,games) /var/games/kobo-deluxe/scores
75 %{_mandir}/man6/kobodl.6*
This page took 0.078306 seconds and 3 git commands to generate.