]> git.pld-linux.org Git - packages/tmw.git/blob - tmw.spec
- up to 0.0.20
[packages/tmw.git] / tmw.spec
1 Summary:        A free Open Source 2D MMORPG
2 Summary(pl):    Darmowa gra typu MMORPG 2D
3 Name:           tmw
4 Version:        0.0.20
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/themanaworld/%{name}-%{version}.tar.gz
9 # Source0-md5:  fa6af4284774d12c98efd6d77bdd4bd7
10 URL:            http://themanaworld.org/
11 BuildRequires:  curl-devel
12 BuildRequires:  SDL_image-devel
13 BuildRequires:  SDL_mixer-devel
14 BuildRequires:  SDL_net-devel
15 BuildRequires:  guichan-devel
16 BuildRequires:  libxml2-devel
17 BuildRequires:  physfs-devel
18 BuildRequires:  pkgconfig
19 # should be autodetected
20 Requires:       curl
21 Requires:       SDL_image
22 Requires:       SDL_mixer
23 Requires:       SDL_net
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 The Mana World (TMW) is a serious effort to create an innovative free
28 and open source MMORPG. TMW uses 2D graphics and aims to create a
29 large and diverse interactive world. It is licensed under the GPL,
30 making sure this game can't ever run away from you.
31
32 The project includes the development of both a client and a server, as
33 well as the development of an online world. At the moment we're making
34 alpha releases of the client, while our server is in early
35 development. The eAthena free software Ragnarok Online server is used
36 until our own server has matured enough to replace it. Once ready,
37 we'll be making releases of our server too so anybody will be free to
38 set up their own server and start building their own online world.
39
40 %description -l pl
41 The Mana World (TMW) to powa¿na próba stworzenia innowacyjnej darmowej
42 gry MMORPG z otwartymi ¼ród³ami. TMW u¿ywa grafiki 2D i ma stworzyæ
43 du¿y i ró¿norodny interaktywny ¶wiat. Jest licencjonowana na warunkach
44 GPL, dziêki czemu nigdy nie zostanie zabrana.
45
46 Projekt obejmuje rozwój zarówno klienta jak i serwera, a tak¿e
47 tworzenie ¶wiata online. Aktualnie s± tworzone wydania alpha klienta,
48 natomiast serwer jest we wczesnym etapie rozwoju. Do czasu osi±gniêcia
49 dojrza³o¶ci serwera TMW u¿ywany jest darmowy serwer eAthena Ragnarok
50 Online.
51
52 %prep
53 %setup -q
54
55 %build
56 %configure
57 %{__make} \
58         CFLAGS="%{rpmcflags}"
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc AUTHORS ChangeLog README
72 %attr(755,root,root) %{_bindir}/*
73 %{_datadir}/tmw
74 %{_desktopdir}/tmw.desktop
75 %{_pixmapsdir}/*
This page took 0.062074 seconds and 4 git commands to generate.