Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 291381 Details for
Bug 389129
games-action/voxatron - game set in a world completely made of tiny cubes that can be blasted to smithereens
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-action/voxatron/voxatron-0.1.3.ebuild
voxatron-0.1.3.ebuild (text/plain), 1.79 KB, created by
Zorzo Luca
on 2011-10-31 20:23:35 UTC
(
hide
)
Description:
games-action/voxatron/voxatron-0.1.3.ebuild
Filename:
MIME Type:
Creator:
Zorzo Luca
Created:
2011-10-31 20:23:35 UTC
Size:
1.79 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="${PN:0:3}" >UP_PN="${PN^*}" > >DESCRIPTION="A game set in a world completely made of tiny cubes that can be blasted to smithereens" >HOMEPAGE="http://www.lexaloffle.com/${PN}.php" > >HIBPAGE="http://www.humblebundle.com" >SRC_URI="${PN}_${PV}_i386.tar.gz" > >RESTRICT="fetch" >LICENSE="${PN}" > >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="+doc" > >RDEPEND="amd64? ( app-emulation/emul-linux-x86-sdl > app-emulation/emul-linux-x86-opengl ) > x86? ( media-libs/libsdl[audio,joystick,video] > virtual/opengl )" > >GAMEDIR="${GAMES_PREFIX_OPT}/${PN}" >S="${WORKDIR}/${PN}" > >pkg_nofetch() { > einfo "" > einfo "Please buy and download \"${SRC_URI}\" from:" > einfo " ${HIBPAGE}" > einfo "and move/link it to \"${DISTDIR}\"" > einfo "" >} > >src_install() { > # Install data > insinto "${GAMEDIR}" || die "insinto \"${GAMEDIR}\" failed" > doins "${MY_PN}.dat" || die "doins \"${MY_PN}.dat\" failed" > > # Install docs: > if use doc > then > dodoc "${MY_PN}.txt" || die "dodoc \"${MY_PN}.txt\" failed" > fi > > # Install executable > exeinto "${GAMEDIR}" || die "exeinto \"${GAMEDIR}\" failed" > newexe "${MY_PN}" "${PN}" || die "newexe \"${MY_PN}\" failed" > > # Make game wrapper > games_make_wrapper "${PN}" "./${PN}" "${GAMEDIR}" || die "games_make_wrapper \"./${PN}\" failed" > > # Install icon and desktop file > local icon="${FILESDIR}/${PN}.png" > doicon "${icon}" || die "newicon \"${icon}\" failed" > make_desktop_entry "${PN}" "${UP_PN}" "/usr/share/pixmaps/$(basename "${icon}")" || die "make_desktop_entry failed" > > # Setting permissions > prepgamesdirs >} > >pkg_postinst() { > echo "" > games_pkg_postinst > > einfo "${UP_PN} savegames and configurations are stored in:" > einfo " \${HOME}/.lexaloffle/${UP_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 389129
: 291381 |
291383
|
291385
|
314115