]> git.pld-linux.org Git - SPECS.git/blob - pangzero.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / pangzero.spec
1 Summary:        Pang Zero - clone of Super Pang
2 Summary(pl.UTF-8):      Pang Zero - klon Super Panga
3 Name:           pangzero
4 Version:        1.3
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Games
8 Source0:        http://dl.sourceforge.net/pangzero/%{name}-%{version}.tar.gz
9 # Source0-md5:  57a3ba5bf4f0e4a9590fbd6606c9f91c
10 Source1:        %{name}.desktop
11 URL:            http://apocalypse.rulez.org/pangzero/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  perl-SDL
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Pang Zero is a clone of Super Pang, a fast-paced action game that
19 involves popping balloons with a harpoon. Currently, up to six people
20 can play together.
21
22 %description -l pl.UTF-8
23 Pang Zero jest klonem Super Panga, szybkiej gry akcji, w której gracz
24 przebija balony za pomocą harpuna. Aktualnie w grze może uczestniczyć
25 sześciu graczy.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__automake}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
45 install data/icon.png $RPM_BUILD_ROOT%{_pixmapsdir}/pangzero.png
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README TODO
53 %attr(755,root,root) %{_bindir}/*
54 %{_datadir}/%{name}
55 %{_desktopdir}/%{name}.desktop
56 %{_pixmapsdir}/%{name}.png
This page took 0.114856 seconds and 3 git commands to generate.