Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 41311 Details for
Bug 52723
ebuild: games-puzzle/mures
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mures-0.5.ebuild
mures-0.5.ebuild (text/plain), 2.24 KB, created by
Alexandru Toma
on 2004-10-07 12:02:19 UTC
(
hide
)
Description:
mures-0.5.ebuild
Filename:
MIME Type:
Creator:
Alexandru Toma
Created:
2004-10-07 12:02:19 UTC
Size:
2.24 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >DESCRIPTION="A clone of Sega's Chu Chu Rocket" >HOMEPAGE="http://mures.sourceforge.net/" >SRC_URI="mirror://sourceforge/mures/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="opengl" > >RDEPEND=">=media-libs/libsdl-1.2.3 > >=media-libs/sdl-image-1.2.3 > >=media-libs/sdl-net-1.2.5 > >=media-libs/sdl-ttf-2.0.6 > opengl? ( virtual/opengl )" > >DEPEND="${RDEPEND} > >=sys-apps/sed-4" > >DEST_DIR="${GAMES_DATADIR}/${PN}" > >src_unpack() { > unpack ${A} > cd ${S}/src > > # Apply savegame patch. Game will be saved in ~/saved.mus > epatch ${FILESDIR}/${P}-save.patch > > # Apply screenshot save patch. It will be saved as ~/mures_shot.bmp > epatch ${FILESDIR}/${P}-screenshot.patch > > # Modify game data & scrips path > sed -i \ > -e "s:gui/:${DEST_DIR}/gui/:" \ > -e "s:sounds/:${DEST_DIR}/sounds/:" \ > gui.c || die "sed gui.c failed" > sed -i \ > -e "s:images/:${DEST_DIR}/images/:" \ > -e "s:textures/:${DEST_DIR}/textures/:" \ > go_sdl.c || die "sed go_sdl.c failed" > sed -i \ > -e "s:textures/:${DEST_DIR}/textures/:" \ > go_gl.c || die "sed go_gl.c failed" > sed -i \ > -e "s:input.lua:${DEST_DIR}/input.lua:" \ > gi_sdl.c || die "sed gi_sdl.c failed" > sed -i \ > -e "s:images/:${DEST_DIR}/images/:" \ > anim.c output.c || die "sed anim.c output.c failed" > sed -i \ > -e "s:maps/:${DEST_DIR}/maps/:" \ > load_maps.lua || die "sed load_maps.lua failed" > sed -i \ > -e "s:sounds/:${DEST_DIR}/sounds/:" \ > audio_sdl.c || die "sed audio_sdl.c failed" > sed -i \ > -e "s:load_maps.lua:${DEST_DIR}/load_maps.lua:" \ > map.c || die "sed map.c failed" >} > >src_compile() { > # Disable OpenGL support if USE flag is not set > if use !opengl ; then > einfo "Disabling OpenGL" > sed -i \ > -e 's: -DHAVE_GL::' \ > -e 's: -lGL::' \ > configure.in || die "sed configure.in failed" > fi > > egamesconf || die "egamesconf failed" > > emake || die "emake failed" >} > >src_install() { > local f > > dodoc README TODO ChangeLog AUTHORS > > cd src > dogamesbin mures > > for f in gui images sounds textures maps/battle maps/puzzle > do > # Remove makefiles before installation > rm ${f}/Makefile* > insinto ${DEST_DIR}/${f} > doins ${f}/* > done > > insinto ${DEST_DIR} > doins *.lua > > 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 52723
:
32489
|
32490
|
32491
|
32513
|
32514
|
41311
|
41312
|
54582
|
55989