quake3: Fix recipe build

* Use libGL
* Change gitgub to https
This commit is contained in:
Alexander von Gluck IV
2014-01-22 07:00:23 +00:00
parent 125b7b00f3
commit 7198c516fd

View File

@@ -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()