Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51613 Details for
Bug 82608
New ebuild for Rise Of The Triad 1.0 with Fullscreen patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The new ebuild itself.
rott-1.0.ebuild (text/plain), 1.23 KB, created by
Alexandre Gauthier
on 2005-02-19 14:03:39 UTC
(
hide
)
Description:
The new ebuild itself.
Filename:
MIME Type:
Creator:
Alexandre Gauthier
Created:
2005-02-19 14:03:39 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.0.ebuild,v 1.6 2005/01/05 14:12:30 dholm Exp $ > >inherit eutils games > >DESCRIPTION="Rise of the Triad for Linux!" >HOMEPAGE="http://www.icculus.org/rott/" >SRC_URI="http://www.icculus.org/rott/releases/${P}.tar.gz > http://filesingularity.timedoctor.org/swdata.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~ppc" >IUSE="" > >DEPEND="media-libs/libsdl > media-libs/sdl-mixer" > >S=${WORKDIR}/${P}/rott > >src_unpack() { > unpack ${A} > epatch ${FILESDIR}/${PV}-custom-datapath.patch > epatch ${FILESDIR}/${PV}-fullscreen-patch.patch >} > >src_compile() { > make clean || die > make EXTRACFLAGS="${CFLAGS} -DDATADIR=\\\"${GAMES_DATADIR}/${PN}/\\\"" || die >} > >src_install() { > dogamesbin rott > dodoc *.txt ../{README,readme.txt} > > cd ${WORKDIR} > insinto ${GAMES_DATADIR}/${PN} > doins *.dmo huntbgin.* remote1.rts > > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > einfo "The shareware version has been installed." > einfo "To play the full version, just copy the" > einfo "data files to ${GAMES_DATADIR}/${PN}/" > einfo "" > einfo "To run the game fullscreen, launch with:" > einfo " rott -fullscreen" > einfo "" > >}
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 82608
: 51613 |
51614
|
78386