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