Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 41064 Details for
Bug 66302
[New game ebuild] fxrepton-0.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fxrepton-0.6.ebuild
fxrepton-0.6.ebuild (text/plain), 1.10 KB, created by
Alexandru Toma
on 2004-10-04 06:30:06 UTC
(
hide
)
Description:
fxrepton-0.6.ebuild
Filename:
MIME Type:
Creator:
Alexandru Toma
Created:
2004-10-04 06:30:06 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >DESCRIPTION="FX-Repton is a clone of the old BBC Micro Repton 3 game" >HOMEPAGE="http://www.sigala.it/sandro/software.html#fxrepton" >SRC_URI="http://www.sigala.it/sandro/files/fx/${P}.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="doc" > >DEPEND="${RDEPEND} > >=sys-apps/sed-4" > >RDEPEND=">=x11-libs/fox-1.0.49" > >S="${WORKDIR}/${P}/${PN}" > >src_unpack() { > unpack ${A} > cd ${S} > > # Modify paths and patch headers > sed -i \ > -e "s:/usr/local/share:${GAMES_DATADIR}:" \ > paths.h || die "sed paths.h failed" > sed -i \ > -e "s:local/include:include:" \ > -e "s:/usr/local/bin:${D}${GAMES_BINDIR}:" \ > -e "s:/usr/local/share:${D}${GAMES_DATADIR}:" \ > -e "s:doc ::" \ > -e "s:CFLAGS =:CFLAGS = ${CXXFLAGS}:" \ > Makefile.unix || die "sed Makefile.unix failed" > > epatch ${FILESDIR}/${P}-vector.patch > > cp Makefile.unix Makefile >} > >src_compile() { > emake || die "emake failed" >} > >src_install() { > make install || die "make install failed" > > use doc && dohtml ../doc/* > > 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 66302
:
41056
|
41057
|
41064
|
61473
|
84902
|
84903
|
84904
|
84905
|
104463