Skip to content

Commit

Permalink
games-emulation/reicast: Add
Browse files Browse the repository at this point in the history
  • Loading branch information
lanodan committed Jan 2, 2019
1 parent 97d0e19 commit 5a2e932
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-emulation/reicast/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST reicast-8.1.tar.gz 6923991 BLAKE2B c2e75ff5ce1cb3a108f4902559a26a11ee6df5d5757dce6cdf736012013f31dacec3f2dd036388716624b525d7711b0101ce3c7a77f9569ce429cb72464b5677 SHA512 036f549d87c3376ee2862278c0e6644d8978dc077d796a7ebb2868e1cbef955f71fdd439cdb15077042791ecb75b810d7a9ff4d3a12c9a5d77e7d1bc8cdab2d0
8 changes: 8 additions & 0 deletions games-emulation/reicast/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
</pkgmetadata>
23 changes: 23 additions & 0 deletions games-emulation/reicast/reicast-8.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2019 Haelwenn (lanodan) Monnier <[email protected]>
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="A Dreamcast Emulator"
HOMEPAGE="http://reicast.com/"
LICENSE="GPL-2"
SRC_URI="https://github.com/reicast/reicast-emulator/archive/r${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
media-libs/alsa-lib
media-libs/mesa[egl,gles2]
dev-python/python-evdev
"

S="${WORKDIR}/reicast-emulator-r${PV}/shell/linux"

src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
}

0 comments on commit 5a2e932

Please sign in to comment.