mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
quake3: Fix recipe build
* Use libGL * Change gitgub to https
This commit is contained in:
@@ -10,9 +10,9 @@ you have).
|
||||
HOMEPAGE="http://www.idsoftware.com"
|
||||
COPYRIGHT="Copyright (C) 1999-2005 Id Software, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
SRC_URI="http://github.com/kallisti5/quake3/archive/$portVersion.tar.gz"
|
||||
SRC_URI="https://github.com/kallisti5/quake3/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_MD5="d7f6106605ccd06ec94a3715f8aa34c5"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -21,6 +21,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libGL$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
@@ -30,8 +31,8 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:nasm
|
||||
devel:libGL$secondaryArchSuffix
|
||||
"
|
||||
#lib:libGL
|
||||
SOURCE_DIR="quake3-$portVersion"
|
||||
|
||||
BUILD()
|
||||
|
||||
Reference in New Issue
Block a user