Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 633270 Details for
Bug 717592
games-simulation/EmptyEpsilon multiplayer 2D spaceship game
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for EmptyEpsilon
EmptyEpsilon-2020.04.09.ebuild (text/plain), 1.37 KB, created by
Markus Walter
on 2020-04-16 19:05:42 UTC
(
hide
)
Description:
ebuild for EmptyEpsilon
Filename:
MIME Type:
Creator:
Markus Walter
Created:
2020-04-16 19:05:42 UTC
Size:
1.37 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit cmake-utils > >DESCRIPTION="A spaceship bridge simulator game." >HOMEPAGE="https://daid.github.io/EmptyEpsilon/" ># This bundles SeriousProton as the build system does not support using ># a separate SeriousProton instance (and currently EmptyEpsilon seems to ># be the only consumer). >SRC_URI="https://github.com/daid/EmptyEpsilon/archive/EE-${PV}.tar.gz -> EmptyEpsilon-${PV}.tar.gz > https://github.com/daid/SeriousProton/archive/EE-${PV}.tar.gz -> SeriousProton-${PV}.tar.gz" > ># EmptyEpsilon is mostly licensed under GPL, however the art ressources ># use Creative Commons and the bundled SeriousProton is MIT-licensed >LICENSE="GPL-2 CC-BY-SA-3.0 MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >RDEPEND="media-libs/libsfml" >DEPEND="${RDEPEND}" > >S="${WORKDIR}/EmptyEpsilon-EE-${PV}" > >src_configure() { > local version=( $(ver_rs 1- ' ') ) > local mycmakeargs=( > -DSERIOUS_PROTON_DIR="${WORKDIR}/SeriousProton-EE-${PV}/" > -DCPACK_PACKAGE_VERSION="${PV}" > -DCPACK_PACKAGE_VERSION_MAJOR=${version[0]} > -DCPACK_PACKAGE_VERSION_MINOR=${version[1]} > -DCPACK_PACKAGE_VERSION_PATCH=${version[2]} > ) > > cmake-utils_src_configure >} > >src_install() { > default_src_install > # Fix for FHS-compliance > mv "${D}/usr/script_reference.html" \ > "${D}/usr/share/doc/EmptyEpsilon-${PV}/script_reference.html" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 717592
:
633076
| 633270