mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-02-22 11:05:50 +01:00
Added BasiliskII ebuild
This commit is contained in:
46
app-emulation/BasiliskII/BasiliskII-9999.ebuild
Normal file
46
app-emulation/BasiliskII/BasiliskII-9999.ebuild
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
# Copyright 2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit git-r3
|
||||||
|
|
||||||
|
DESCRIPTION="Open Source 68k Macintosh emulator"
|
||||||
|
HOMEPAGE="https://sheepshaver.cebix.net"
|
||||||
|
EGIT_REPO_URI="https://github.com/cebix/macemu"
|
||||||
|
|
||||||
|
LICENSE="GPL"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE="+jit -network"
|
||||||
|
|
||||||
|
DEPEND="x11-libs/gtk+:2
|
||||||
|
media-libs/libsdl2
|
||||||
|
network? ( net-misc/vde )
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
S="${WORKDIR}/${P}/${PN}/src/Unix"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
./autogen.sh \
|
||||||
|
--with-sdl2 \
|
||||||
|
$(use_enable jit jit-compiler) \
|
||||||
|
$(use_with network vdeplug) || die
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
econf \
|
||||||
|
--with-sdl2 \
|
||||||
|
$(use_enable jit jit-compiler) \
|
||||||
|
$(use_with network vdeplug)
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
emake DESTDIR="${D}" install
|
||||||
|
dodoc ../../README
|
||||||
|
dodoc ../../TECH
|
||||||
|
dodoc ../../TODO
|
||||||
|
}
|
||||||
1
app-emulation/BasiliskII/Manifest
Normal file
1
app-emulation/BasiliskII/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
EBUILD BasiliskII-9999.ebuild 814 BLAKE2B 5e59628449bb4af3703ddd9c802b618982a2b50f17b663846837f2f0278fa0c68998801401f81d79939d3446069cbaeabd56a322109311e73d1f1af5e7cdbef5 SHA512 f2c3d39754f0c69bd314a3b73e3a2d5a507bfa84ece56a8857c6d15ba69d41f644e07e4a790d486169d9a47fce9ebbd42c8fac0c8a25d7f939de62fdd55aa210
|
||||||
Reference in New Issue
Block a user