2 # Doom2D Forever spec file. It's a official build of game for Linux.
3 # Maintainer: Dmitry Lyashuk <lyashuk.voxx@gmail.com>
5 # Copyright (C) Doom 2D: Forever Developers
7 # This program is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, version 3 of the License ONLY.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
23 Summary: Doom
-themed platformer with network play
25 Source1: doom2df.desktop
27 URL: http
://doom2d.org
29 BuildRequires
: fpc libenet
-devel libvorbis
-devel libopus
-devel libopusfile
-devel libgme
-devel libxmp
-devel libopenal
-devel libsdl2.0
-devel
33 Requires: libenet7 libsdl2.0_0 openal libvorbis0 libopus0 libopusfile0 libgme0 libxmp4
37 Doom
-themed platformer with network play
, modern port of the
1996 Doom
2D by Prikol Software. Package contains main binary
, headless binary and editor binary with icons and desktop files. Manual
(man d2df
) included.
42 git clone http
://repo.or.cz
/d2df
-sdl.git
51 export D2DF_BUILD_HASH
="$
(git rev
-parse HEAD
)"
52 fpc
-g
-gl
-FE..
/..
/bin
-FU..
/..
/tmp
-dUSE_SDL2
-dUSE_OPENGL
-dUSE_OPENAL
-dUSE_SDL2
-dUSE_XMP
-dUSE_VORBIS
-dUSE_OPUS
-dUSE_GME Doom2DF.lpr
59 fpc
-g
-gl
-FE..
/..
/bin
-FU..
/..
/tmp
-dUSE_SYSSTUB
-dUSE_OPENAL
-dUSE_XMP
-dUSE_VORBIS
-dUSE_MODPLUG
-dUSE_OPUS
-dUSE_GME
-dUSE_HEADLESS
-oDoom2DF_H Doom2DF.lpr
64 install -dm755
%{buildroot}/{usr/{bin,share/pixmaps}}
65 install -dm755
%{buildroot}/usr
/share
/doom2df
70 install -D
-m755 Doom2DF
%{buildroot}%{_bindir}/Doom2DF
71 install -D
-m755 Doom2DF_H
%{buildroot}%{_bindir}/Doom2DF_H
74 install -D
-m644
%{SOURCE0} %{buildroot}/usr
/share
/pixmaps
/doom2df.png
75 install -D
-m644
%{SOURCE2} %{buildroot}/usr
/share
/applications
/doom2df.desktop
76 install -D
-m644
%{SOURCE4} %{buildroot}%{_mandir}/man1
/d2df
.1
83 %defattr(0755,root
,root
)
90 /usr
/share
/pixmaps
/doom2df.png
93 /usr
/share
/applications
/doom2df.desktop
96 %{_mandir}/man1
/d2df
.1*