Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108285 Details for
Bug 164049
games-arcade/xscavenger: new xscavenger ebuild including (new) sdl patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild
xscavenger-1.4.4.ebuild (text/plain), 1.15 KB, created by
Olaf Leidinger
on 2007-01-27 13:54:00 UTC
(
hide
)
Description:
updated ebuild
Filename:
MIME Type:
Creator:
Olaf Leidinger
Created:
2007-01-27 13:54:00 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-arcade/xscavenger/xscavenger-1.4.4.ebuild,v 1.6 2007/01/25 04:42:46 beandog Exp $ > >inherit eutils games > >DESCRIPTION="Lode-Runner-like arcade game" >HOMEPAGE="http://www.xdr.com/dash/scavenger.html" >SRC_URI="http://www.xdr.com/dash/${P}.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc x86" >IUSE="sdl" > >RDEPEND="!sdl? ( x11-libs/libXext) > sdl? ( >=media-libs/libsdl-1.2.4 )" >DEPEND="${RDEPEND} > !sdl? (x11-misc/imake) " > >src_unpack() { > unpack ${A} > cd "${S}" > > if use sdl; then > epatch "${FILESDIR}/${PN}-${PV}-sdl.patch.gz" > chmod 755 src/install.sh > else > epatch "${FILESDIR}/${PV}-gentoo.patch" > sed -i \ > -e "s:GENTOO_DATADIR:${GAMES_DATADIR}:" \ > -e "s:GENTOO_BINDIR:${GAMES_BINDIR}:" \ > src/Imakefile \ > || die "sed src/names.h failed" > fi >} > >src_compile() { > cd src > > if ! use sdl; then > xmkmf || die "xmkmf failed" > fi > emake || die "emake failed" >} > >src_install() { > make -C src DESTDIR="${D}" install || die "make install failed" > dodoc CREDITS DOC README TODO changelog > 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 164049
:
108283
| 108285