]> git.pld-linux.org Git - SPECS.git/blob - mistlands.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / mistlands.spec
1 # TODO:
2 # - make some optimizations depending on processor...
3 Summary:        Mistlands - online role-playing game
4 Summary(pl.UTF-8):      MIstlands - gra online typu RPG
5 Name:           mistlands
6 Version:        0.4.0
7 Release:        0.20050716.0.1
8 License:        GPL v2
9 Group:          Applications/Games
10 #Source0:       http://dl.sourceforge.net/zerofps/%{name}-%{version}-linux.tar.bz2
11 Source0:        http://www.zeropointgameplay.com/public_releases/%{name}-snapshot-linux.tar.bz2
12 # Source0-md5:  7da2620bfd6c371c1c6165ca143c7caa
13 URL:            http://www.zeropointgameplay.com/mistlands/intro.html
14 BuildRequires:  GLee-devel >= 5.03
15 BuildRequires:  OpenAL-devel
16 BuildRequires:  SDL-devel >= 1.2.7
17 BuildRequires:  SDL_net-devel >= 1.2.5
18 BuildRequires:  X11-OpenGL-devel-base > 6.8.2-7
19 # Really needed??
20 #BuildRequires: gcc-c++ >= 5:3.4
21 BuildRequires:  libogg-devel
22 BuildRequires:  libvorbis-devel
23 BuildRequires:  lua50-devel
24 BuildRequires:  tolua++
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Mistlands is a online role-playing game created by Zero Point
29 Gameplay. Some quick facts. Mistlands...
30
31 - is Not a Massively Multiplayer Online Role-Playing Game (MMORPG).
32 - Free to download and play. All servers are run by the players.
33 - Game in development and as such may be unstable from time to time.
34
35 %description -l pl.UTF-8
36 Mistlands to gra online typu RPG tworzona przez Zero Point Gameplay.
37 Trochę szybkich faktów o grze: Mistlands...
38
39 - To nie jest gra przeznaczona do rozgrywki dla wielu graczy (MMORPG)
40 - Darmowa do pobrania i grania. Wszystkie serwery są uruchamiane przez
41   graczy.
42 - Gra jest w trakcie tworzenia, więc od czasu do czasu może być
43   niestabilna.
44
45 %prep
46 %setup -q -n zerofpsv2
47 tar -jxvf src.tar.bz2
48
49 %build
50 %{__make} -C src \
51         CXX="%{__cxx}" \
52         CC="%{__cc}" \
53         CXXFLAGS="%{rpmcxxflags} -I%{_includedir}/lua50 -I%{_includedir} -I%{_includedir}/AL" \
54         C_ARGS="%{rpmcflags} -I%{_includedir}/lua50 -I%{_includedir} -I%{_includedir}/AL"
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 credits.txt readme.txt docs/*
68 #%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
69
70 #%attr(755,root,root) %{_bindir}/*
71
72 #%{_datadir}/%{name}
73
74 # initscript and its config
75 #%attr(754,root,root) /etc/rc.d/init.d/%{name}
76 #%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
This page took 0.249392 seconds and 3 git commands to generate.