mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
quake3: code style.
This commit is contained in:
@@ -10,10 +10,12 @@ you have).
|
||||
HOMEPAGE="https://www.idsoftware.com"
|
||||
COPYRIGHT="1999-2005 Id Software, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/kallisti5/quake3/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="755fc8ea237bd6f296764c7e2ea84638797ec6ffd88a9e17a486a8ee1c666a95"
|
||||
SOURCE_FILENAME="quake3-$portVersion.tar.gz"
|
||||
REVISION="3"
|
||||
SOURCE_DIR="quake3-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -24,6 +26,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -34,7 +37,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:nasm
|
||||
devel:libGL$secondaryArchSuffix
|
||||
"
|
||||
SOURCE_DIR="quake3-$portVersion"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user