]> git.pld-linux.org Git - SPECS.git/blob - vacuum.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / vacuum.spec
1 Summary:        Fast paced original action game
2 Summary(pl.UTF-8):      Oryginalna gra akcji z szybkim tempem
3 Name:           vacuum
4 Version:        0.13
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/vacuum/%{name}-%{version}a.tar.gz
9 # Source0-md5:  f5c9ff0a59ff947204df7dd2a6018523
10 Source1:        %{name}.desktop
11 URL:            http://apocalypse.rulez.org/vacuum/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  perl-MIME-Base64
15 BuildRequires:  perl-SDL
16 Requires:       perl-base
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Vacuum Magic is a fast-paced action game. The point of the game is
22 using your magical vacuum field to collect food and defend against
23 monsters. Food and certain monsters can also be spat out and used as a
24 projectile against other monsters.
25
26 Vacuum Magic can be played by up to six players, either cooperatively,
27 or against each other.
28
29 %description -l pl.UTF-8
30 Vacuum Magic jest grą akcji, którą cechuje szybkie tempo. Gracz
31 używa swojej magii w celu zbierania pożywienia i obrony przed
32 potworami. Pożywienie oraz niektóre potwory mogą być użyte jako
33 pociski przeciwko innym potworom.
34
35 W Vacuum Magic może grać do sześciu graczy, zarówno w trybie
36 kooperacyjnym, jak również przeciwko sobie.
37
38 %prep
39 %setup -q
40
41 %build
42 %{__aclocal}
43 %{__autoconf}
44 %{__automake}
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
56 install data/icon.png $RPM_BUILD_ROOT%{_pixmapsdir}/vacuum.png
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog NEWS README
64 %attr(755,root,root) %{_bindir}/vacuum
65 %{_datadir}/%{name}
66 %{_desktopdir}/vacuum.desktop
67 %{_mandir}/man6/vacuum.*
68 %{_pixmapsdir}/vacuum.png
This page took 0.087291 seconds and 3 git commands to generate.