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