Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 296911 Details for
Bug 394625
games-action/cavestory+ (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cavestory+-1324519044.ebuild
cavestory+-1324519044.ebuild (text/plain), 1.76 KB, created by
Zorzo Luca
on 2011-12-25 10:05:33 UTC
(
hide
)
Description:
cavestory+-1324519044.ebuild
Filename:
MIME Type:
Creator:
Zorzo Luca
Created:
2011-12-25 10:05:33 UTC
Size:
1.76 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >inherit eutils games > >MY_PN="CaveStory+" >DESCRIPTION="A platform-adventure game by Studio Pixel" >HOMEPAGE="http://www.nicalis.com/" > >HIBPAGE="http://www.humblebundle.com" >SRC_URI="${PN//\+/plus}-linux-${PV}.tar.gz" > >RESTRICT="fetch strip" >LICENSE="as-is" > >SLOT="0" >KEYWORDS="-* ~amd64 ~x86" >IUSE="-bundled-libs" > >RDEPEND="media-libs/libsdl > virtual/glu > virtual/opengl" > >S="${WORKDIR}/${MY_PN}" > >GAMEDIR="${GAMES_PREFIX_OPT}/${PN}" > >pkg_nofetch() { > einfo "" > einfo "Please buy and download \"${SRC_URI}\" from:" > einfo " ${HIBPAGE}" > einfo "and move/link it to \"${DISTDIR}\"" > einfo "" >} > >src_install() { > # Data: > insinto "${GAMEDIR}" || die "insinto \"${GAMEDIR}\" failed" > find . -maxdepth 1 -mindepth 1 -type d ! -iname "lib*" -exec doins -r '{}' \+ || die "doins data failed" > > # Executable and libraries: > exeinto "${GAMEDIR}" || die "exeinto \"${GAMEDIR}\" failed""newexe \"${PN}\" failed" > newexe "${MY_PN}$(usex "amd64" "_64" "")" "${PN}" || die > use bundled-libs && ( doins -r "lib$(usex "amd64" "64" "")" || die "doins bundled libs failed" ) > > # Make game wrapper: > games_make_wrapper "${PN}" "./${PN}" "${GAMEDIR}" "$(usex "bundled-libs" "${GAMEDIR}/lib" "")" || die "games_make_wrapper \"./${PN}\" failed" > > # Install icon and desktop files: > local icon="${PN}.png" > newicon "data/icon.bmp" "${icon}" || die "newicon \"${icon}\" failed" > make_desktop_entry "${PN}" "${MY_PN}" "/usr/share/pixmaps/${icon}" || die "make_desktop_entry failed" > > # Setting general permissions: > prepgamesdirs >} > >pkg_postinst() { > echo "" > games_pkg_postinst > > einfo "${MY_PN} savegames and configurations are stored in:" > einfo " \${HOME}/.local/share/${MY_PN}" > echo "" >}
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 394625
:
295737
|
295739
|
295817
|
295947
|
296189
|
296799
|
296911
|
297067
|
334122