]> git.pld-linux.org Git - packages/amoebax.git/blame - amoebax.spec
- new file - don't add useless files
[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
16BuildRequires: libogg-devel
17BuildRequires: libpng-devel
18BuildRequires: libvorbis-devel
19BuildRequires: zlib-devel
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Amoebax is a cute and addictive puzzle game. Due an awful mutation,
24some amoeba's species have started to multiply until they take the
25world if you can't stop them. Fortunately the mutation made then too
26unstable and lining up four or more will make them disappear.
27
28%description -l pl.UTF-8
ee696226 29Amoebax jest ładną i uzależniającą grą logiczną. W wyniku straszliwej
1db6879d 30mutacji pewien gatunek ameby zaczął się rozmnażać i może opanować
ee696226 31świat jeśli gracz go nie powstrzyma. Na szczęście mutacja jest bardzo
1db6879d 32niestabilna i połączenie czterech lub więcej osobników tego samego
33typu powoduje ich znikanie.
34
35%prep
36%setup -q
37%patch0 -p1
0d24caa5 38%patch1 -p1
1db6879d 39
40%build
41%configure
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
f9ae81d4 46install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
1db6879d 47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
f9ae81d4 51install data/%{name}.svg $RPM_BUILD_ROOT%{_pixmapsdir}
52install data/%{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
1db6879d 53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%doc AUTHORS NEWS README THANKS doc/manual.pdf
60%attr(755,root,root) %{_bindir}/%{name}
61%{_datadir}/%{name}
62%{_mandir}/man6/*.6*
63%{_desktopdir}/%{name}.desktop
f9ae81d4 64%{_pixmapsdir}/%{name}.svg
This page took 0.067711 seconds and 4 git commands to generate.