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