]> git.pld-linux.org Git - packages/KoboDeluxe.git/blob - KoboDeluxe.spec
1f264d3f7643d9e1851df4b59623d166ef7256ab
[packages/KoboDeluxe.git] / KoboDeluxe.spec
1 # $Revision: 1.6 $, $Dat: 2003/08/04 19:06:42 $
2 Summary:        A third person scrolling 2D shooter
3 Summary(pl):    Prosta strzelanka 2D
4 Name:           KoboDeluxe
5 Version:        0.4
6 %define _pre    pre8
7 Release:        0.%{_pre}.1
8 Epoch:          1
9 License:        GPL, partially LGPL
10 Group:          X11/Aplications/Games
11 Source0:        http://olofson.net/kobodl/download/%{name}-%{version}%{_pre}.tar.gz
12 # Source0-md5:  215fba14e30755940833dc1abb322bd6
13 Patch0:         kobousr2var.patch
14 Patch1:         %{name}-va.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
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 -n %{name}-%{version}%{_pre}
45 %patch0 -p1
46 %patch1 -p1
47
48 %build
49 %{__libtoolize}
50 %{__aclocal}
51 %{__autoconf}
52 %{__autoheader}
53 %{__automake}
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc ChangeLog COPYING.LIB README README.jp README.sfont README.xkobo README.xkobo.jp TODO
69 %attr(2755,root,games) %{_bindir}/kobodl
70 %dir /var/games/kobo-deluxe
71 %dir %attr(775,root,games) /var/games/kobo-deluxe/scores
72 %{_prefix}/share/games/kobo-deluxe
This page took 0.058459 seconds and 3 git commands to generate.