Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 454414 Details for
Bug 197817
ebuild request for unigine
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
unigine-heaven-4.0.ebuild
unigine-heaven-4.0.ebuild (text/plain), 1.30 KB, created by
Wojciech Myrda
on 2016-11-26 10:00:21 UTC
(
hide
)
Description:
unigine-heaven-4.0.ebuild
Filename:
MIME Type:
Creator:
Wojciech Myrda
Created:
2016-11-26 10:00:21 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI="5" > >inherit eutils games multilib-minimal unpacker > >MY_P="Unigine_Heaven-${PV}" > >DESCRIPTION="GPU benchmark with interactive mode" >HOMEPAGE="http://unigine.com/en/products/benchmarks/heaven" >SRC_URI="http://assets.unigine.com/d/${MY_P}.run" > >LICENSE="" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >RDEPEND="" > >RESTRICT="strip" > >S="${WORKDIR}" > >my_dir="${GAMES_PREFIX_OPT}/${PN}" > >pkg_setup() { > games_pkg_setup >} > >src_unpack() { > unpack_makeself >} > >src_install() { > > insinto "${my_dir}" > doins -r "${S}"/data/ > > insinto "${my_dir}"/bin/ > newins "${S}"/data/heaven_4.0.cfg unigine.cfg > > exeinto "${my_dir}"/bin > > if has_multilib_profile && [[ ${ABI} == "amd64" ]]; > then > doexe "${S}"/bin/*x64* > > exeinto "${my_dir}"/bin/x64 > doexe "${S}"/bin/x64/libopenal.so > else > doexe "${S}"/bin/*x86* > > exeinto "${my_dir}"/bin/x86 > doexe "${S}"/bin/x86/libopenal.so > fi > > exeinto "${my_dir}" > doexe "${S}"/heaven > > if has_multilib_profile && [[ ${ABI} == "amd64" ]]; > then > games_make_wrapper heaven_x64 "./heaven_x64" "${my_dir}"/bin > else > games_make_wrapper heaven_x86 "./heaven_x86" "${my_dir}"/bin > fi >} > >pkg_postinst() { > einfo "Example script for ${PN} can be modified here:" > einfo "${my_dir}/bin" >}
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 197817
:
261815
|
261817
|
261819
| 454414 |
897115
|
897116
|
897117
|
897119