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