mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
yamagi_quake2: add game.so (#3279)
This commit is contained in:
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user