]> git.pld-linux.org Git - packages/afternoonstalker.git/blob - afternoonstalker.spec
- pl description, release 2
[packages/afternoonstalker.git] / afternoonstalker.spec
1 Summary:        A Night Stalker(TM) clone
2 Summary(pl):    Klon gry Night Stalker(TM)
3 Name:           afternoonstalker
4 Version:        1.0.1
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://www3.sympatico.ca/sarrazip/dev/%{name}-%{version}.tar.gz
9 URL:            http://sarrazip.com/dev/afternoonstalker.html
10 BuildRequires:  SDL_image-devel >= 1.2.0
11 BuildRequires:  gengameng-devel >= 4.1
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _prefix         /usr/X11R6
15 %define         _mandir         %{_prefix}/man
16
17 %description
18 Clone of the Intellivision game Night Stalker. The player is in a
19 two-dimensional maze in which you are attacked by robots that shoot at
20 you and that you must shoot down. You must pick up a gun somewhere in
21 the maze in order to have a few bullets to shoot. Avoid the spiders
22 and the bats, which can paralyze you long enough for a robot to come
23 and shoot you. The bunker in the center offers some protection, but
24 the door is open to the robots' bullets.
25
26 %description -l pl
27 Jest to klon gry Intellivision o nazwie Night Stalker. Gracz jest w
28 dwuwymiarowym labiryncie, w którym jest atakowany przez strzelaj±ce w
29 niego roboty, które musi wystrzelaæ. Musi odnale¼æ broñ ukryt± w
30 labiryncie, aby mieæ pociski do strzelania. Trzeba unikaæ paj±ków i
31 nietoperzy, które parali¿uj± gracza na wystarczaj±co d³ugo, by jaki¶
32 robot zd±¿y³ go zastrzeliæ. Bunkier w centrum daje pewne
33 zabezpieczenie, ale drzwi s± otwarte dla pocisków robotów.
34
35 %prep
36 %setup -q
37
38 %build
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT \
47         gnomedesktopentrydir=%{_applnkdir}/Games/Arcade
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %attr(755,root,root) %{_bindir}/%{name}
55 %{_datadir}/%{name}
56 %{_datadir}/sounds/%{name}
57 %{_pixmapsdir}/%{name}.png
58 %{_applnkdir}/Games/Arcade/%{name}.desktop
59 %{_mandir}/man6/%{name}.6*
This page took 0.076346 seconds and 4 git commands to generate.