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