]> git.pld-linux.org Git - packages/tmw.git/blob - tmw.spec
- updated to 0.5.2
[packages/tmw.git] / tmw.spec
1 %bcond_without  opengl  #disable OpenGL support
2 Summary:        A free Open Source 2D MMORPG
3 Summary(pl.UTF-8):      Gra typu MMORPG 2D o otwartych źródłach
4 Name:           tmw
5 Version:        0.5.2
6 Release:        1
7 License:        GPL v2+
8 Group:          X11/Applications/Games
9 Source0:        http://downloads.sourceforge.net/themanaworld/%{name}-%{version}.tar.bz2
10 # Source0-md5:  c843ef420aced82db1e51fa14e80174a
11 Patch0:         %{name}-desktop.patch
12 URL:            http://themanaworld.org/
13 %{?with_opengl:BuildRequires:   OpenGL-GLU-devel}
14 %{?with_opengl:BuildRequires:   OpenGL-devel}
15 BuildRequires:  SDL_gfx-devel
16 BuildRequires:  SDL_image-devel
17 BuildRequires:  SDL_mixer-devel
18 BuildRequires:  SDL_net-devel
19 BuildRequires:  SDL_ttf-devel
20 BuildRequires:  cmake
21 BuildRequires:  curl-devel
22 BuildRequires:  gettext-devel
23 BuildRequires:  guichan-devel >= 0.8.0
24 BuildRequires:  libpng-devel
25 BuildRequires:  libxml2-devel
26 BuildRequires:  physfs-devel
27 BuildRequires:  pkgconfig
28 BuildRequires:  rpmbuild(macros) >= 1.600
29 Requires:       SDL_image
30 Requires:       SDL_mixer
31 Requires:       SDL_net
32 # should be autodetected
33 Requires:       curl
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 The Mana World (TMW) is a serious effort to create an innovative free
38 and open source MMORPG. TMW uses 2D graphics and aims to create a
39 large and diverse interactive world. It is licensed under the GPL,
40 making sure this game can't ever run away from you.
41
42 The project includes the development of both a client and a server, as
43 well as the development of an online world. At the moment we're making
44 alpha releases of the client, while our server is in early
45 development. The eAthena free software Ragnarok Online server is used
46 until our own server has matured enough to replace it. Once ready,
47 we'll be making releases of our server too so anybody will be free to
48 set up their own server and start building their own online world.
49
50 %description -l pl.UTF-8
51 The Mana World (TMW) to poważna próba stworzenia innowacyjnej darmowej
52 gry MMORPG z otwartymi źródłami. TMW używa grafiki 2D i ma stworzyć
53 duży i różnorodny interaktywny świat. Jest licencjonowana na warunkach
54 GPL, dzięki czemu nigdy nie zostanie zabrana.
55
56 Projekt obejmuje rozwój zarówno klienta jak i serwera, a także
57 tworzenie świata online. Aktualnie są tworzone wydania alpha klienta,
58 natomiast serwer jest we wczesnym etapie rozwoju. Do czasu osiągnięcia
59 dojrzałości serwera TMW używany jest darmowy serwer eAthena Ragnarok
60 Online.
61
62 %prep
63 %setup -q -c
64 %patch0 -p1
65
66 %build
67 install -d build
68 cd build
69 %cmake ..
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} -C build install \
76         DESTDIR=$RPM_BUILD_ROOT
77
78 %find_lang %{name} --all-name
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files -f %{name}.lang
84 %defattr(644,root,root,755)
85 %doc AUTHORS NEWS README
86 %attr(755,root,root) %{_bindir}/mana
87 %{_datadir}/mana
88 %{_desktopdir}/mana.desktop
89 %{_pixmapsdir}/mana.png
This page took 0.199821 seconds and 4 git commands to generate.