]> git.pld-linux.org Git - packages/afternoonstalker.git/blob - afternoonstalker.spec
- PatchN tag capitalization
[packages/afternoonstalker.git] / afternoonstalker.spec
1 Summary:        A Night Stalker(TM) clone
2 Summary(pl.UTF-8):      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 Patch0:         %{name}-configure.patch
11 URL:            http://sarrazip.com/dev/afternoonstalker.html
12 BuildRequires:  SDL_image-devel >= 1.2.0
13 BuildRequires:  gengameng-devel >= 4.1
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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.UTF-8
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 %patch0 -p1
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=%{_desktopdir}
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 %{_desktopdir}/%{name}.desktop
59 %{_mandir}/man6/%{name}.6*
This page took 0.064538 seconds and 3 git commands to generate.