Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 326904 Details for
Bug 417561
games-rpg/monsterrpg2: new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ames-rpg/monsterrpg2-1.11.ebuild
monsterrpg2-1.11.ebuild (text/plain), 1.46 KB, created by
Jared B.
on 2012-10-19 04:48:15 UTC
(
hide
)
Description:
ames-rpg/monsterrpg2-1.11.ebuild
Filename:
MIME Type:
Creator:
Jared B.
Created:
2012-10-19 04:48:15 UTC
Size:
1.46 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >inherit eutils games > >MY_PN="${PN//-/_}" >MY_ARCH="${ARCH/amd64/x86_64}" > >DESCRIPTION="Monster RPG 2 is a console style role playing game (JRPG) with a lot of depth and old-school character." >HOMEPAGE="http://www.monster-rpg.com/" >SRC_URI="monster-rpg-two_${PV}_${ARCH}.tar.gz" > >RESTRICT="fetch strip" >LICENSE="as-is" > >SLOT="0" >KEYWORDS="amd64 ~x86 -*" >IUSE="" > >DEPEND="app-arch/xz-utils" >RDEPEND="virtual/opengl > x11-libs/libX11 > x11-libs/libXau > x11-libs/libxcb > x11-libs/libXdmcp > x11-libs/libXext > x11-libs/libXfixes > x11-libs/libXinerama" > >S="${WORKDIR}/MonsterRPG2-${PV}-${ARCH}" > >GAMEDIR="${GAMES_PREFIX_OPT}/${PN}" > >BIN="monster2" >S="${WORKDIR}/MonsterRPG2-${PV}-linux" >[ "$ARCH" == "amd64" ] && S+="64" > >pkg_nofetch() { > einfo "" > einfo "Please buy and download \"${SRC_URI}\"" > einfo "and move/link it to \"${DISTDIR}\"" > einfo "" >} > >src_install() { > # Install data > exeinto "${GAMEDIR}" > insinto "${GAMEDIR}" > doexe ${BIN} || die "install binary failed" > doins -r data *.so || die "install data failed" > > # Install shortcut > newicon "icon.png" "${BIN}" || die "install icon failed" > games_make_wrapper "${BIN}" "./${BIN}" "${GAMEDIR}" || die "install wrapper failed" > make_desktop_entry "${BIN}" "Monster RPG 2" "${BIN}" || die "install shortcut failed" > > prepgamesdirs >} > >pkg_postinst() { > echo > einfo "To play Monster RPG 2, run:" > einfo "${BIN}" > 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 417561
:
313087
| 326904