1 |
Name: manaplus |
2 |
Version: 1.1.4.3 |
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: guichan-devel |
18 |
BuildRequires: libxml2-devel |
19 |
BuildRequires: libpng-devel |
20 |
BuildRequires: gettext-devel |
21 |
|
22 |
Provides: evolonline-client = %{version}-%{release} |
23 |
Provides: manaworld-client = %{version}-%{release} |
24 |
|
25 |
Suggests: mumble |
26 |
|
27 |
%description |
28 |
ManaPlus is extended client for Evol Online, The Mana World and similar |
29 |
servers based on eAthena fork. |
30 |
As a 2D style game, Evol Online aims to create a friendly environment where |
31 |
people can escape reality and interact with others while enjoying themselves |
32 |
through a fantasy style game. |
33 |
The Mana World (TMW) is a serious effort to create an innovative free and |
34 |
open source MMORPG. TMW uses 2D graphics and aims to create a large and |
35 |
diverse interactive world. |
36 |
|
37 |
%prep |
38 |
%setup -q -n manaplus |
39 |
|
40 |
%build |
41 |
autoreconf -i |
42 |
%configure2_5x --bindir=%{_gamesbindir} \ |
43 |
--datadir=%{_gamesdatadir} \ |
44 |
--disable-rpath |
45 |
%make |
46 |
|
47 |
%install |
48 |
rm -rf %{buildroot} |
49 |
%makeinstall_std |
50 |
|
51 |
%find_lang %{name} |
52 |
|
53 |
%clean |
54 |
rm -rf %{buildroot} |
55 |
|
56 |
%files -f %{name}.lang |
57 |
%defattr(-,root,root,-) |
58 |
%doc AUTHORS ChangeLog COPYING docs/*.txt NEWS README |
59 |
%{_gamesbindir}/%{name} |
60 |
%{_gamesdatadir}/%{name} |
61 |
%{_datadir}/pixmaps/%{name}.png |
62 |
%{_datadir}/applications/%{name}.desktop |
63 |
%{_mandir}/man6/%{name}* |
64 |
|
65 |
|