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