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