Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 160491 Details for
Bug 231900
games-rpg/ft-1.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ft-1.ebuild
ft-1.ebuild (text/plain), 860 bytes, created by
unlord
on 2008-07-15 20:44:53 UTC
(
hide
)
Description:
ft-1.ebuild
Filename:
MIME Type:
Creator:
unlord
Created:
2008-07-15 20:44:53 UTC
Size:
860 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >DESCRIPTION="Full Throttle" >HOMEPAGE="http://wiki.scummvm.org/index.php/Full_Throttle" > >LICENSE="freedist" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" >RESTRICT="strip" > >RDEPEND=">=games-engines/scummvm-0.2.0" > >dir=${GAMES_DATADIR}/${PN} > >src_install() { > insinto "${dir}" > > cdrom_get_cds RESOURCE/FT.EXE > einfo "Copying files from CD..." > > doins ${CDROM_ROOT}/RESOURCE/FT.{LA0,LA1} \ > ${CDROM_ROOT}/RESOURCE/MONSTER.SOU || die "doins failed" > doins -r ${CDROM_ROOT}/RESOURCE/DATA \ > ${CDROM_ROOT}/RESOURCE/VIDEO || die "doins -r failed" > > games_make_wrapper ${PN} "scummvm -f -p \"${dir}\" ft" > doicon "${FILESDIR}/${PN}.png" || die "doicon failed" > make_desktop_entry ${PN} "Full Throttle" ${PN}.png > > 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 231900
: 160491 |
160492