]> git.pld-linux.org Git - packages/KoboDeluxe.git/blame - KoboDeluxe.spec
- tabs in preamle
[packages/KoboDeluxe.git] / KoboDeluxe.spec
CommitLineData
4aebd800 1# $Revision: 1.11 $, $Dat: 2003/08/04 19:06:42 $
e4aae08c 2Summary: A third person scrolling 2D shooter
4aebd800 3Summary(pl.UTF-8): Prosta strzelanka 2D
82a37469
TP
4Name: KoboDeluxe
5Version: 0.4
37900e48 6%define _pre pre10
82a37469
TP
7Release: 0.%{_pre}.1
8Epoch: 1
9License: GPL, partially LGPL
5e49d6ec 10Group: X11/Applications/Games
a868f3af 11#Source0Download: http://olofson.net/kobodl/download.html
82a37469 12Source0: http://olofson.net/kobodl/download/%{name}-%{version}%{_pre}.tar.gz
37900e48 13# Source0-md5: 6c075837ae680bf5490c1fc4279dcc8b
82a37469
TP
14Patch0: kobousr2var.patch
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
29labyrinth shaped bases. There are 50 action packed levels with
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
TP
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
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.075613 seconds and 4 git commands to generate.