Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64754 Details for
Bug 91893
quake2forge ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
quake2forge-0.3.ebuild
quake2forge-0.3.ebuild (text/plain), 1.29 KB, created by
Sander Sweers
on 2005-07-30 17:08:28 UTC
(
hide
)
Description:
quake2forge-0.3.ebuild
Filename:
MIME Type:
Creator:
Sander Sweers
Created:
2005-07-30 17:08:28 UTC
Size:
1.29 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >DESCRIPTION="ID Software's Quake2 Port for Linux" >HOMEPAGE="http://www.quakeforge.net/" >SRC_URI="http://quakeforge.net/files/${PN}/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="X opengl ao alsa" >DEPEND="X? ( virtual/x11 ) > opengl? ( virtual/opengl ) > ao? ( media-libs/libao ) > >=media-libs/libsdl-1.2.0" > >src_compile() { > cd ${WORKDIR}/quake2-${PV} > ># libtoolize --force > > egamesconf \ > $(use_with X x) \ > $(use_with alsa) \ > $(use_with opengl) \ > $(use_with ao) > > emake || die >} > >src_install() { > cd ${WORKDIR}/quake2-${PV} > make install DESTDIR=${D} || die "Install Failed." >} > >pkg_postinst() { > games_pkg_postinst > echo > einfo "Make sure you put your Quake2 *.pak files in the correct location:" > einfo "/usr/share/quake2/baseq2" > einfo "Note: pak0.pak is the only file needed for Demo games" > echo > einfo "If you own an Nvidia card and get a segfault when using OpenGL" > einfo "and SDL/Alsa sound drivers run Quake2Forge like this:" > einfo "quake2 +set gl_driver /usr/lib/opengl/xfree/lib/libGL.so.1 +set snddriver sdl" > einfo "Note: If you use xorg-x11, just rename the directory in the path." > echo > einfo "ID Software -- Quake2" >}
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 91893
:
64754
|
64757