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