/[packages]/backports/4/manaplus/current/SPECS/manaplus.spec
ViewVC logotype

Annotation of /backports/4/manaplus/current/SPECS/manaplus.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 113961 - (hide annotations) (download)
Sun Jun 26 09:04:45 2011 UTC (12 years, 10 months ago) by alien
Original Path: cauldron/manaplus/current/SPECS/manaplus.spec
File size: 1663 byte(s)
Remove guichan dependency
1 alien 60834 Name: manaplus
2 alien 113954 Version: 1.1.6.26
3 alien 105502 Release: %mkrel 1
4 alien 82020 Summary: A client for Evol Online and The Mana World: 2D MMORPG
5 alien 60834 Group: Games/Other
6     License: GPLv2+
7 alien 82020 Url: http://manaplus.evolonline.org/
8     Source0: http://download.evolonline.org/manaplus/download/%{version}/%{name}-%{version}.tar.bz2
9 alien 60834
10     BuildRequires: SDL-devel
11     BuildRequires: SDL_mixer-devel
12     Buildrequires: SDL_net-devel
13     BuildRequires: SDL_ttf-devel
14 alien 61040 BuildRequires: SDL_gfx-devel
15 alien 60834 BuildRequires: physfs-devel
16     BuildRequires: curl-devel
17     BuildRequires: libxml2-devel
18     BuildRequires: libpng-devel
19 alien 61040 BuildRequires: gettext-devel
20 alien 60834
21 alien 82020 Provides: evolonline-client = %{version}-%{release}
22 alien 60834 Provides: manaworld-client = %{version}-%{release}
23    
24 alien 82020 Suggests: mumble
25    
26 alien 60834 %description
27 alien 82020 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 alien 60834
36     %prep
37 alien 61040 %setup -q -n manaplus
38 alien 60834
39     %build
40 alien 61040 autoreconf -i
41     %configure2_5x --bindir=%{_gamesbindir} \
42 alien 60834 --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    

  ViewVC Help
Powered by ViewVC 1.1.30