mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-04 08:45:49 +01:00
Added FS-UAE 2.4.3
This commit is contained in:
28
app-emulation/fs-uae/fs-uae-2.4.3.ebuild
Normal file
28
app-emulation/fs-uae/fs-uae-2.4.3.ebuild
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# Copyright 1999-2014 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI=4
|
||||||
|
|
||||||
|
MY_PV="${PV/_}"
|
||||||
|
MY_P="${PN}-${MY_PV}"
|
||||||
|
|
||||||
|
DESCRIPTION="Amiga emulator based on WinUAE emulation code"
|
||||||
|
HOMEPAGE="http://fs-uae.net/"
|
||||||
|
SRC_URI="http://fs-uae.net/fs-uae/stable/${MY_PV}/${MY_P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE="+lua"
|
||||||
|
|
||||||
|
DEPEND=">=media-libs/libsdl-1.2[joystick,opengl,X]
|
||||||
|
media-libs/openal
|
||||||
|
media-libs/libpng
|
||||||
|
dev-libs/glib:2
|
||||||
|
sys-libs/zlib
|
||||||
|
media-libs/freetype:2
|
||||||
|
lua? ( >=dev-lang/lua-5.1 )"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${MY_P}"
|
||||||
Reference in New Issue
Block a user