mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
basiliskii, fix unsafe source, fix recipe (#1499)
This commit is contained in:
committed by
waddlesplash
parent
9dcef57df9
commit
84257aab5e
@@ -5,28 +5,34 @@ different operating system. However, you still need a copy of MacOS and a \
|
||||
Macintosh ROM image to use Basilisk II."
|
||||
LICENSE="GNU GPL v2"
|
||||
HOMEPAGE="http://basilisk.cebix.net/"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
COPYRIGHT="1997-2015 Christian Bauer, Gwenolé Beauchene"
|
||||
srcGitRev="c2b519ee1ea848ac827e68cd1d536b3464b79ed1"
|
||||
SOURCE_URI="https://github.com/cebix/macemu/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="2f32394c67c35a29fd07940409ec976271fd771f02ec19edb5847d580ecc8ce0"
|
||||
PATCHES="basiliskii-1.0.0.patchset"
|
||||
SOURCE_DIR="macemu-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
SOURCE_URI="git+https://github.com/cebix/macemu.git#c2b519ee1ea848ac827e68cd1d536b3464b79ed1"
|
||||
PATCHES="basiliskii-1.0.0.patchset"
|
||||
|
||||
PROVIDES="
|
||||
basiliskii$secondaryArchSuffix = $portVersion
|
||||
app:BasiliskII
|
||||
"
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
makefile_engine
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user