From 8a8b3439ef281ed11f72e3e880f315d3c5876fed Mon Sep 17 00:00:00 2001 From: root Date: Mon, 22 Jun 2015 17:16:51 +0200 Subject: [PATCH] Added FS-UAE 2.4.3 --- app-emulation/fs-uae/fs-uae-2.4.3.ebuild | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app-emulation/fs-uae/fs-uae-2.4.3.ebuild diff --git a/app-emulation/fs-uae/fs-uae-2.4.3.ebuild b/app-emulation/fs-uae/fs-uae-2.4.3.ebuild new file mode 100644 index 0000000..246c02b --- /dev/null +++ b/app-emulation/fs-uae/fs-uae-2.4.3.ebuild @@ -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}"