]> git.pld-linux.org Git - packages/amoebax.git/blob - amoebax.spec
- auto tools used in spec excluded some files already
[packages/amoebax.git] / amoebax.spec
1 Summary:        Cute and addictive puzzle game
2 Summary(pl.UTF-8):      Ładna i uzależniająca gra logiczna
3 Name:           amoebax
4 Version:        0.2.1
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://www.emma-soft.com/games/amoebax/download/%{name}-%{version}.tar.bz2
9 # Source0-md5:  f144e4a42f4443e6c105976c4c036c50
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-useless_files.patch
12 URL:            http://www.emma-soft.com/games/amoebax/
13 BuildRequires:  SDL-devel >= 1.2.11
14 BuildRequires:  SDL_image-devel >= 1.2.5
15 BuildRequires:  SDL_mixer-devel >= 1.2.7
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  libogg-devel
19 BuildRequires:  libpng-devel
20 BuildRequires:  libvorbis-devel
21 BuildRequires:  zlib-devel
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Amoebax is a cute and addictive puzzle game. Due an awful mutation,
26 some amoeba's species have started to multiply until they take the
27 world if you can't stop them. Fortunately the mutation made then too
28 unstable and lining up four or more will make them disappear.
29
30 %description -l pl.UTF-8
31 Amoebax jest ładną i uzależniającą grą logiczną. W wyniku straszliwej
32 mutacji pewien gatunek ameby zaczął się rozmnażać i może opanować
33 świat jeśli gracz go nie powstrzyma. Na szczęście mutacja jest bardzo
34 niestabilna i połączenie czterech lub więcej osobników tego samego
35 typu powoduje ich znikanie.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40 %patch1 -p1
41
42 %build
43 %{__aclocal} -I m4
44 %{__autoconf}
45 %{__automake}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 install data/%{name}.svg $RPM_BUILD_ROOT%{_pixmapsdir}
57 install data/%{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc AUTHORS NEWS README THANKS doc/manual.pdf
65 %attr(755,root,root) %{_bindir}/%{name}
66 %{_datadir}/%{name}
67 %{_mandir}/man6/*.6*
68 %{_desktopdir}/%{name}.desktop
69 %{_pixmapsdir}/%{name}.svg
This page took 0.063199 seconds and 3 git commands to generate.