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