/[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 61040 - (hide annotations) (download)
Sat Feb 26 21:10:10 2011 UTC (13 years, 2 months ago) by alien
Original Path: cauldron/manaplus/current/SPECS/manaplus.spec
File size: 1327 byte(s)
- Fix BuildRequires
- Fix configure part
- Remove unneeded mv files

1 alien 60834 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 alien 61040 BuildRequires: SDL_gfx-devel
15 alien 60834 BuildRequires: physfs-devel
16     BuildRequires: curl-devel
17     BuildRequires: guichan-devel
18     BuildRequires: libxml2-devel
19     BuildRequires: libpng-devel
20 alien 61040 BuildRequires: gettext-devel
21 alien 60834
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 alien 61040 %setup -q -n manaplus
31 alien 60834
32     %build
33 alien 61040 autoreconf -i
34     %configure2_5x --bindir=%{_gamesbindir} \
35 alien 60834 --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    

  ViewVC Help
Powered by ViewVC 1.1.30