mirror of
https://abf.rosa.ru/djam/fheroes2.git
synced 2025-02-23 09:42:53 +00:00
0.9.17
This commit is contained in:
parent
92539f3dae
commit
b5c0619a36
2 changed files with 8 additions and 7 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,3 +1,3 @@
|
|||
sources:
|
||||
fheroes2-0.9.16.tar.gz: a2aeb691c00d83134ec85d45f18dca7f6396b7e6
|
||||
fheroes2-0.9.17.tar.gz: a0a1321405c43946d5b3e184d4fcdd307f674aad
|
||||
fheroes2.png: 29369e838940593d9fe23321903f40d58f4f1d6c
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
Summary: Free implementation of Heroes of the Might and Magic II engine
|
||||
Name: fheroes2
|
||||
Epoch: 1
|
||||
Version: 0.9.16
|
||||
Version: 0.9.17
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: Games/Strategy
|
||||
|
@ -24,7 +24,7 @@ BuildRequires: pkgconfig(SDL2_net)
|
|||
BuildRequires: pkgconfig(SDL2_ttf)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: clang
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake >= 3.20
|
||||
|
||||
%description
|
||||
Free implementation of Heroes of the Might and Magic II engine.
|
||||
|
@ -48,10 +48,11 @@ into your /usr/share/games/fheroes2/{maps,data} directories respectively.
|
|||
#cmake
|
||||
export CXX=clang++
|
||||
export CC=clang
|
||||
%make \
|
||||
WITH_AI=simple \
|
||||
WITH_SDL2="ON" \
|
||||
CONFIGURE_FHEROES2_DATA="%{_gamesdatadir}/%{name}/"
|
||||
%cmake
|
||||
#make \
|
||||
# WITH_AI=simple \
|
||||
# WITH_SDL2="ON" \
|
||||
# CONFIGURE_FHEROES2_DATA="%{_gamesdatadir}/%{name}/"
|
||||
|
||||
|
||||
%install
|
||||
|
|
Loading…
Add table
Reference in a new issue