]> git.pld-linux.org Git - packages/tmw.git/blob - tmw.spec
- missing br's
[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.13
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:  0dd5be2e0a9204516852f69d9ad22e2e
10 URL:            http://themanaworld.org/
11 BuildRequires:  guichan
12 BuildRequires:  physfs-devel
13 BuildRequires:  libxml2-devel
14 BuildRequires:  SDL_image-devel
15 BuildRequires:  SDL_mixer-devel
16 Requires:       SDL_image
17 Requires:       SDL_mixer
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 The Mana World (TMW) is a serious effort to create an innovative free
22 and open source MMORPG. TMW uses 2D graphics and aims to create a
23 large and diverse interactive world. It is licensed under the GPL,
24 making sure this game can't ever run away from you.
25
26 The project includes the development of both a client and a server, as
27 well as the development of an online world. At the moment we're making
28 alpha releases of the client, while our server is in early
29 development. The eAthena free software Ragnarok Online server is used
30 until our own server has matured enough to replace it. Once ready,
31 we'll be making releases of our server too so anybody will be free to
32 set up their own server and start building their own online world.
33
34 %prep
35 %setup -q
36
37 %build
38 %configure
39 %{__make} \
40         CFLAGS="%{rpmcflags}"
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog README TODO
54 %attr(755,root,root) %{_bindir}/*
55 %{_datadir}/tmw
56 %{_desktopdir}/tmw.desktop
57 %{_pixmapsdir}/*
This page took 0.026282 seconds and 4 git commands to generate.