mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Mesa legacy: recipe for matest release.
This commit is contained in:
@@ -8,12 +8,14 @@ applications.
|
||||
HOMEPAGE="http://www.mesa3d.org/"
|
||||
COPYRIGHT="1999-2013 Brian Paul All Rights Reserved."
|
||||
LICENSE="MIT"
|
||||
# remember to update SOURCE_DIR as well for the -X revision
|
||||
SRC_URI="https://github.com/haiku/mesa_legacy/archive/7.9.2-8.tar.gz"
|
||||
SRC_FILENAME="mesa_legacy-7.9.2-8.tar.gz"
|
||||
CHECKSUM_SHA256="dd32a4dab8228d93ce3366812560460506f45db727a23012dd522cb7c95a5ca5"
|
||||
REVISION="8"
|
||||
ARCHITECTURES="?x86_gcc2"
|
||||
|
||||
SRC_URI="https://github.com/haiku/mesa_legacy/archive/7.9.2-9.tar.gz"
|
||||
SOURCE_DIR="mesa_legacy-7.9.2-9"
|
||||
SRC_FILENAME="mesa_legacy-7.9.2-9.tar.gz"
|
||||
CHECKSUM_SHA256="445c4081c761851343ae732b5f233f269f6751ff422aa0299aae009fe049c273"
|
||||
|
||||
REVISION="9"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
if [ $effectiveTargetArchitecture != x86 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
# for a different secondary architecture.
|
||||
@@ -45,8 +47,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
SOURCE_DIR="mesa_legacy-7.9.2-8"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
if [ -n "$secondaryArchSuffix" ]; then
|
||||
|
||||
Reference in New Issue
Block a user