1 |
Name: manaplus |
2 |
Version: 1.1.7.24 |
3 |
Release: %mkrel 1 |
4 |
Summary: A client for Evol Online and The Mana World: 2D MMORPG |
5 |
Group: Games/Other |
6 |
License: GPLv2+ |
7 |
Url: http://manaplus.evolonline.org/ |
8 |
Source0: http://download.evolonline.org/manaplus/download/%{version}/%{name}-%{version}.tar.bz2 |
9 |
|
10 |
BuildRequires: SDL-devel |
11 |
BuildRequires: SDL_mixer-devel |
12 |
Buildrequires: SDL_net-devel |
13 |
BuildRequires: SDL_ttf-devel |
14 |
BuildRequires: SDL_gfx-devel |
15 |
BuildRequires: physfs-devel |
16 |
BuildRequires: curl-devel |
17 |
BuildRequires: libxml2-devel |
18 |
BuildRequires: libpng-devel |
19 |
BuildRequires: gettext-devel |
20 |
|
21 |
Provides: evolonline-client = %{version}-%{release} |
22 |
Provides: manaworld-client = %{version}-%{release} |
23 |
|
24 |
Suggests: mumble |
25 |
|
26 |
%description |
27 |
ManaPlus is extended client for Evol Online, The Mana World and similar |
28 |
servers based on eAthena fork. |
29 |
As a 2D style game, Evol Online aims to create a friendly environment where |
30 |
people can escape reality and interact with others while enjoying themselves |
31 |
through a fantasy style game. |
32 |
The Mana World (TMW) is a serious effort to create an innovative free and |
33 |
open source MMORPG. TMW uses 2D graphics and aims to create a large and |
34 |
diverse interactive world. |
35 |
|
36 |
%prep |
37 |
%setup -q -n manaplus |
38 |
|
39 |
%build |
40 |
autoreconf -i |
41 |
%configure2_5x --bindir=%{_gamesbindir} \ |
42 |
--datadir=%{_gamesdatadir} \ |
43 |
--disable-rpath |
44 |
%make |
45 |
|
46 |
%install |
47 |
rm -rf %{buildroot} |
48 |
%makeinstall_std |
49 |
|
50 |
%find_lang %{name} |
51 |
|
52 |
%clean |
53 |
rm -rf %{buildroot} |
54 |
|
55 |
%files -f %{name}.lang |
56 |
%defattr(-,root,root,-) |
57 |
%doc AUTHORS ChangeLog COPYING docs/*.txt NEWS README |
58 |
%{_gamesbindir}/%{name} |
59 |
%{_gamesdatadir}/%{name} |
60 |
%{_datadir}/pixmaps/%{name}.png |
61 |
%{_datadir}/applications/%{name}.desktop |
62 |
%{_mandir}/man6/%{name}* |
63 |
|
64 |
|