Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310595 Details for
Bug 363413
games-fps/redeclipse (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
redeclipse-1.2.ebuild
redeclipse-1.2.ebuild (text/plain), 1.77 KB, created by
Ian Stakenvicius (RETIRED)
on 2012-05-01 20:56:13 UTC
(
hide
)
Description:
redeclipse-1.2.ebuild
Filename:
MIME Type:
Creator:
Ian Stakenvicius (RETIRED)
Created:
2012-05-01 20:56:13 UTC
Size:
1.77 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >inherit games > >DESCRIPTION="First-person ego-shooter, built as a total conversion of Cube Engine 2" >HOMEPAGE="http://www.redeclipse.net/" >SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_linux_bsd.tar.bz2 > http://sourceforge.net/apps/trac/redeclipse/export/3683/src/site/bits/favicon.png -> ${P}-favicon.png" > ># According to license.txt file >LICENSE="as-is ZLIB CCPL-Attribution-ShareAlike-3.0" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="dedicated" > >DEPEND="!dedicated? ( > media-libs/libsdl[opengl] > media-libs/sdl-image[jpeg,png] > media-libs/sdl-mixer[mp3,vorbis] > virtual/opengl > x11-libs/libX11 > ) > net-libs/enet:1.3 > sys-libs/zlib >" >RDEPEND="${DEPEND}" > >S="${WORKDIR}"/${PN} > >src_unpack() { > unpack $A > einfo "Copying favicon.png into ${WORKDIR}" > cp "${DISTDIR}"/${P}-favicon.png "${WORKDIR}/favicon.png" || die >} > >src_prepare() { > # Respect GAMES_DATADIR > sed -i -e "s:\(addpackagedir(\"\)data:\1${GAMES_DATADIR}/${PN}/data:" \ > src/engine/server.cpp || die "sed failed" > > # Unbundle enet > sed -i \ > -e "s:\(client\)\: libenet:\1\::" \ > -e "s:\(server\)\: libenet:\1\::" \ > src/Makefile || die "sed failed" > > # Remove strip > sed -i "/STRIP=strip/d" src/Makefile || die "sed failed" >} > >src_compile() { > cd src > if ! use dedicated ; then > emake CXXFLAGS="${CXXFLAGS}" client server || die "Make failed" > else > emake CXXFLAGS="${CXXFLAGS}" server > fi >} > >src_install() { > newgamesbin src/reserver ${PN}-server || die > dodoc readme.txt > if ! use dedicated ; then > newgamesbin src/reclient ${PN} || die > insinto "${GAMES_DATADIR}"/${PN} > doins -r data > newicon ${WORKDIR}/favicon.png ${PN}.png || die > make_desktop_entry ${PN} "Red Eclipse" ${PN} > fi > > 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 363413
:
269743
|
281053
| 310595