Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 350584 Details for
Bug 352669
games-simulation(?)/CorsixTH - Open source clone of Theme Hospital
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
CorsixTH ebuild from the roslin overlay
CorsixTH-0.21.ebuild (text/plain), 1.20 KB, created by
Michał Ziąbkowski
on 2013-06-09 22:13:06 UTC
(
hide
)
Description:
CorsixTH ebuild from the roslin overlay
Filename:
MIME Type:
Creator:
Michał Ziąbkowski
Created:
2013-06-09 22:13:06 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >inherit games cmake-utils > >MY_P="${P}-Source" > >DESCRIPTION="Open source clone of Theme Hospital" >HOMEPAGE="http://code.google.com/p/corsix-th/" >SRC_URI="http://corsix-th.googlecode.com/files/${MY_P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="+ffmpeg truetype opengl +sdl +sound" > >RDEPEND=">=dev-lang/lua-5.1 > media-libs/libsdl > ffmpeg? ( virtual/ffmpeg ) > truetype? ( media-libs/freetype:2 ) > opengl? ( virtual/opengl ) > sound? ( media-libs/sdl-mixer[timidity] )" >DEPEND="${RDEPEND} > virtual/pkgconfig" > >S="${WORKDIR}/${MY_P}" > >PATCHES=("${FILESDIR}/${PN}-0.7-nodoc.patch") > >src_configure() { > local mycmakeargs="$(cmake-utils_use_with opengl OPENGL) \ > $(cmake-utils_use_with sdl SDL) \ > $(cmake-utils_use_with sound AUDIO) \ > $(cmake-utils_use_with truetype FREETYPE2) \ > $(cmake-utils_use_with ffmpeg MOVIES) \ > -DCMAKE_INSTALL_PREFIX=${GAMES_DATADIR}" > cmake-utils_src_configure >} > >src_install() { > DOCS="${PN}/README.txt ${PN}/changelog.txt" cmake-utils_src_install > games_make_wrapper ${PN} "${GAMES_DATADIR}/${PN}/${PN}" || die > make_desktop_entry ${PN} > prepgamesdirs >}
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 352669
:
260678
|
350584
|
350586
|
354256
|
354258