]> git.pld-linux.org Git - packages/KoboDeluxe.git/blob - KoboDeluxe.spec
- ugh, updated to 0.4pre10, va patch already obsolete
[packages/KoboDeluxe.git] / KoboDeluxe.spec
1 # $Revision: 1.8 $, $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    pre10
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:  6c075837ae680bf5490c1fc4279dcc8b
14 Patch0:         kobousr2var.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
47 %build
48 %{__libtoolize}
49 %{__aclocal}
50 %{__autoconf}
51 %{__autoheader}
52 %{__automake}
53 %configure
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.239278 seconds and 3 git commands to generate.