mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
mupen64: remove $haikuVersion.
This commit is contained in:
@@ -3,13 +3,12 @@ DESCRIPTION="Mupen64 is a portable Nintendo 64 emulator. It emulates most Ninten
|
||||
64 games perfectly enough that they are playable."
|
||||
HOMEPAGE="http://mupen64.emulation64.com/"
|
||||
COPYRIGHT="2005 Hacktarux & Azimer"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://mupen64.emulation64.com/files/0.5/mupen64_src-0.5.tar.bz2"
|
||||
CHECKSUM_SHA256="1b8e4188ab7a94d8125b77aed8725ee348c24818622b881adfe16be510487dfd"
|
||||
SOURCE_DIR="mupen64_src-$portVersion"
|
||||
PATCHES="mupen64-$portVersion.patch"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
DISABLE_SOURCE_PACKAGE="YES" # bug in HaikuPorter that makes this fail
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
@@ -20,13 +19,14 @@ PROVIDES="
|
||||
cmd:mupen64_nogui = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgl$secondaryArchSuffix
|
||||
lib:libsdl_1.2$secondaryArchSuffix >= 0.11.4
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgl$secondaryArchSuffix
|
||||
devel:libsdl_1.2$secondaryArchSuffix >= 0.11.4
|
||||
devel:libz$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user