Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 261817 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]
ebuild for unigine-sanctuary-2.3
unigine-sanctuary-2.3.ebuild (text/plain), 924 bytes, created by
damex
on 2011-02-08 11:33:14 UTC
(
hide
)
Description:
ebuild for unigine-sanctuary-2.3
Filename:
MIME Type:
Creator:
damex
Created:
2011-02-08 11:33:14 UTC
Size:
924 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="4" > >inherit eutils games > >MY_P="Unigine_Sanctuary-${PV}" > >DESCRIPTION="GPU benchmark with interactive mode" >HOMEPAGE="http://www.unigine.com/products/tropics/" >SRC_URI="${MY_P}.run" > >LICENSE="" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >RDEPEND="" > >RESTRICT="fetch strip" > >S="${WORKDIR}" > >my_dir="${GAMES_PREFIX_OPT}/${P}" > >pkg_nofetch() { > einfo "Please, download it from:" > einfo "http://www.unigine.com/download/#tropics" >} > >pkg_setup() { > games_pkg_setup >} > >src_unpack() { > unpack_makeself >} > >src_install() { > insinto "${my_dir}" > doins -r "${S}"/data > > exeinto "${my_dir}"/bin > doexe "${S}"/bin/* > > exeinto "${my_dir}" > doexe "${S}"/*.sh > > games_make_wrapper Sanctuary "./Sanctuary" "${my_dir}"/bin >} > >pkg_postinst() { > einfo "Example scripts for ${PN} can be found here:" > einfo "${my_dir}" >}
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