yamagi_quake2: add game.so (#3279)

This commit is contained in:
Nikolay
2018-10-27 14:32:56 +05:00
committed by Sergei Reznikov
parent ba64411fe6
commit a9e66cf7f0

View File

@@ -28,7 +28,7 @@ code is fully 64 bit clean and highly portable."
HOMEPAGE="https://www.yamagi.org/quake2/"
COPYRIGHT="OpenArena Team"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://deponie.yamagi.org/quake2/quake2-$portVersion.tar.xz"
CHECKSUM_SHA256="f27b6d110c25feee18bbe9b414a143b52848327141b22349d7c4ef1fa46a7bbf"
SOURCE_DIR="quake2-$portVersion"
@@ -80,10 +80,11 @@ BUILD()
INSTALL()
{
cd build/release
mkdir -p $appsDir/Quake2
mkdir -p $appsDir/Quake2/baseq2
cp quake2 $appsDir/Quake2/Quake2
cp q2ded $appsDir/Quake2/Quake2_dedicated
cp *.so $appsDir/Quake2/
cp baseq2/game.so $appsDir/Quake2/baseq2/
local APP_SIGNATURE="application/x-vnd.yamagi_quake2"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"