Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86257 Details for
Bug 132437
games-rpg/broken-sword1 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-rpg/sword1/sword1-0.ebuild
sword1-0.ebuild (text/plain), 2.89 KB, created by
Kai Huuhko
on 2006-05-06 04:34:09 UTC
(
hide
)
Description:
games-rpg/sword1/sword1-0.ebuild
Filename:
MIME Type:
Creator:
Kai Huuhko
Created:
2006-05-06 04:34:09 UTC
Size:
2.89 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >DESCRIPTION="Broken Sword: The Shadow of the Templars." >HOMEPAGE="http://www.revgames.com/_display.php?id=14" >SRC_URI="videos? ( mirror://sourceforge/scummvm/Sword1_Cutscenes.zip > linguas_fr? ( mirror://sourceforge/scummvm/Sword1_Cutscenes_FRE_AddOn.zip ) > linguas_de? ( mirror://sourceforge/scummvm/Sword1_Cutscenes_GER_AddOn.zip ) > linguas_it? ( mirror://sourceforge/scummvm/Sword1_Cutscenes_ITA_AddOn.zip ) > linguas_es? ( mirror://sourceforge/scummvm/Sword1_Cutscenes_ESP_AddOn.zip ) ) >" > >LICENSE="bass" >SLOT="0" >KEYWORDS="~x86" >IUSE="videos linguas_fr linguas_de linguas_it linguas_es linguas_pt linguas_cz" > >RDEPEND=">=games-engines/scummvm-0.5.0" >DEPEND="${RDEPEND} > app-arch/unzip" > >src_install() { > insinto ${GAMES_DATADIR}/${PN} > > cdrom_get_cds cd1.id cd2.id > dodoc ${CDROM_ROOT}/readme.txt > doins ${CDROM_ROOT}/clusters/* ${CDROM_ROOT}/music/* > newins ${CDROM_ROOT}/speech/speech.clu speech1.clu > > cdrom_load_next_cd > doins ${CDROM_ROOT}/clusters/* ${CDROM_ROOT}/music/* > newins ${CDROM_ROOT}/speech/speech.clu speech2.clu > > use videos && doins ${WORKDIR}/video/* && ( use linguas_fr || use linguas_de || use linguas_it || use linguas_es ) && doins ${WORKDIR}/*.ogg > > games_make_wrapper ${PN} "scummvm --fullscreen --path=${GAMES_DATADIR}/${PN} ${PN}" . && \ > make_desktop_entry "${PN}" "Broken Sword: The Shadow of the Templars" "scummvm.xpm" "AdventureGame" > ( use linguas_es && \ > games_make_wrapper ${PN} "scummvm --language=es --fullscreen --path=${GAMES_DATADIR}/${PN} ${PN}" . && \ > make_desktop_entry "${PN}" "Broken Sword: The Shadow of the Templars" "scummvm.xpm" "AdventureGame" ) || \ > ( use linguas_it && \ > games_make_wrapper ${PN} "scummvm --language=it --fullscreen --path=${GAMES_DATADIR}/${PN} ${PN}" . && \ > make_desktop_entry "${PN}" "Broken Sword: The Shadow of the Templars" "scummvm.xpm" "AdventureGame" ) || \ > ( use linguas_de && \ > games_make_wrapper ${PN} "scummvm --language=de --fullscreen --path=${GAMES_DATADIR}/${PN} ${PN}" . && \ > make_desktop_entry "${PN}" "Broken Sword: The Shadow of the Templars" "scummvm.xpm" "AdventureGame" ) || \ > ( use linguas_fr && \ > games_make_wrapper ${PN} "scummvm --language=fr --fullscreen --path=${GAMES_DATADIR}/${PN} ${PN}" . && \ > make_desktop_entry "${PN}" "Broken Sword: The Shadow of the Templars" "scummvm.xpm" "AdventureGame" ) || \ > ( use linguas_pt && \ > games_make_wrapper ${PN} "scummvm --language=pt --fullscreen --path=${GAMES_DATADIR}/${PN} ${PN}" . && \ > make_desktop_entry "${PN}" "Broken Sword: The Shadow of the Templars" "scummvm.xpm" "AdventureGame" ) || \ > ( use linguas_cz && \ > games_make_wrapper ${PN} "scummvm --language=cz --fullscreen --path=${GAMES_DATADIR}/${PN} ${PN}" . && \ > make_desktop_entry "${PN}" "Broken Sword: The Shadow of the Templars" "scummvm.xpm" "AdventureGame" ) > > > 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 132437
: 86257