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