Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jgemu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orbea -
jgemu
Commits
fa104b86
Commit
fa104b86
authored
3 months ago
by
orbea -
Browse files
Options
Downloads
Patches
Plain Diff
games-emulation/genplus-jg: add 1.7.6.4
Signed-off-by:
orbea
<
orbea@riseup.net
>
parent
db05bea0
Branches
master
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
games-emulation/genplus-jg/Manifest
+1
-0
1 addition, 0 deletions
games-emulation/genplus-jg/Manifest
games-emulation/genplus-jg/genplus-jg-1.7.6.4.ebuild
+45
-0
45 additions, 0 deletions
games-emulation/genplus-jg/genplus-jg-1.7.6.4.ebuild
with
46 additions
and
0 deletions
games-emulation/genplus-jg/Manifest
+
1
−
0
View file @
fa104b86
DIST genplus-1.7.6.2.tar.bz2 13509406 BLAKE2B 1136083d0914b5522c568c2562ddf365a22963c38af38919697d5eb23aa32a5bb0b768917c8fc1d1fc1f159ac08fe63b23f2829d0bae15b9ecb8e0cd98fd6c38 SHA512 54ab7c354c75dc215ad6325676f1e4bd1b7f916f5fb7f147e665762040cad8853e79c275c2de09e18fbcca5d98ad2a9718d34218ba6d9ab7984d1f0ce9f2ad2e
DIST genplus-1.7.6.4.tar.bz2 13552858 BLAKE2B 4e2573ac09f3828d016639895a494dc54dd0d9e65bb3411514c8742ffb6785a592e7800b58c85633db2a0ea16935becd5526f3cd2aeda269fa299bdf49e59e04 SHA512 a4bf722a90ee7e159f2299be059bd413220cc7ba232f5a9f985c321b732c75fe6f3a6064ef61439adc8a5a331efcd2dfea13434baeaf2084134ffd4ad4424b41
This diff is collapsed.
Click to expand it.
games-emulation/genplus-jg/genplus-jg-1.7.6.4.ebuild
0 → 100644
+
45
−
0
View file @
fa104b86
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI
=
8
inherit toolchain-funcs
MY_PN
=
${
PN
%-*
}
MY_P
=
${
MY_PN
}
-
${
PV
}
DESCRIPTION
=
"Jolly Good Port of Genesis Plus GX"
HOMEPAGE
=
"https://gitlab.com/jgemu/genplus"
if
[[
"
${
PV
}
"
==
*
9999
]]
;
then
inherit git-r3
EGIT_REPO_URI
=
"https://gitlab.com/jgemu/
${
MY_PN
}
.git"
else
SRC_URI
=
"https://gitlab.com/jgemu/
${
MY_PN
}
/-/archive/
${
PV
}
/
${
MY_P
}
.tar.bz2"
S
=
"
${
WORKDIR
}
/
${
MY_P
}
"
KEYWORDS
=
"~amd64"
fi
LICENSE
=
"LGPL-2.1+ XMAME genplus-z80"
SLOT
=
"1"
DEPEND
=
"
media-libs/jg:1=
"
RDEPEND
=
"
${
DEPEND
}
games-emulation/jgrf
"
BDEPEND
=
"
virtual/pkgconfig
"
src_compile
()
{
emake
-C
jollygood
CC
=
"
$(
tc-getCC
)
"
PKG_CONFIG
=
"
$(
tc-getPKG_CONFIG
)
"
}
src_install
()
{
emake
-C
jollygood
install
\
DESTDIR
=
"
${
D
}
"
\
PREFIX
=
"
${
EPREFIX
}
"
/usr
\
DOCDIR
=
"
${
EPREFIX
}
"
/usr/share/doc/
${
PF
}
\
LIBDIR
=
"
${
EPREFIX
}
/usr/
$(
get_libdir
)
"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment