1 |
Name: manaplus |
2 |
Version: 1.1.2.20 |
3 |
Release: %mkrel 1 |
4 |
Summary: A client for The Mana World: A 2D MMORPG |
5 |
Group: Games/Other |
6 |
License: GPLv2+ |
7 |
Url: http://tmw.cetki.com/4144/ |
8 |
Source0: http://tmw.cetki.com/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: manaworld-client = %{version}-%{release} |
23 |
|
24 |
%description |
25 |
The Mana World (TMW) is a serious effort to create an innovative free |
26 |
and open source MMORPG. TMW uses 2D graphics and aims to create a large |
27 |
and diverse interactive world. This is 4144's client package. |
28 |
|
29 |
%prep |
30 |
%setup -q -n manaplus |
31 |
|
32 |
%build |
33 |
autoreconf -i |
34 |
%configure2_5x --bindir=%{_gamesbindir} \ |
35 |
--datadir=%{_gamesdatadir} \ |
36 |
--disable-rpath |
37 |
%make |
38 |
|
39 |
%install |
40 |
rm -rf %{buildroot} |
41 |
%makeinstall_std |
42 |
|
43 |
%find_lang %{name} |
44 |
|
45 |
%clean |
46 |
rm -rf %{buildroot} |
47 |
|
48 |
%files -f %{name}.lang |
49 |
%defattr(-,root,root,-) |
50 |
%doc AUTHORS ChangeLog COPYING docs/*.txt NEWS README |
51 |
%{_gamesbindir}/%{name} |
52 |
%{_gamesdatadir}/%{name} |
53 |
%{_datadir}/pixmaps/%{name}.png |
54 |
%{_datadir}/applications/%{name}.desktop |
55 |
%{_mandir}/man6/%{name}* |
56 |
|
57 |
|