Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 174344 Details for
Bug 162945
games-fps/assaultcube (new ebuild) Assault cube, conversion of cube-engine
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
assaultcube-1.0.ebuild
assaultcube-1.0.ebuild (text/plain), 1.72 KB, created by
Roeland Douma
on 2008-12-05 18:02:32 UTC
(
hide
)
Description:
assaultcube-1.0.ebuild
Filename:
MIME Type:
Creator:
Roeland Douma
Created:
2008-12-05 18:02:32 UTC
Size:
1.72 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils multilib games > >EAPI=2 > >MY_PN="AssaultCube" >DESCRIPTION="AssaultCube - Fast and fun first-person-shooter based on the Cube fps" >HOMEPAGE="http://assault.cubers.net" >SRC_URI="mirror://sourceforge/actiongame/${MY_PN}_v${PV}.tar.bz2" > >LICENSE="ZLIB" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="client server" >RESTRICT="strip" > >DEPEND="sys-libs/glibc > media-libs/openal > media-libs/mesa > media-libs/freeglut > media-libs/libsdl > media-libs/sdl-mixer > media-libs/sdl-image > media-libs/libpng > virtual/opengl" > >S=${WORKDIR}/${MY_PN}_v${PV} > >pkg_setup() { > if use !client && use !server ; then > ewarn "You need to build the client or the server"; > die > fi >} > >src_unpack() { > unpack ${A} >} > >src_compile() { > cd ${S}/source/src > > emake libenet || die "emake libenet failed" > > if use client ; then > emake CXXOPTFLAGS="${CXXFLAGS}" client || die "emake client failed" > fi > > if use server ; then > sed -i -e 's/INCLUDES=[-a-zA-Z/0-9 \.`]*/INCLUDES=-I..\/enet\/include/g' Makefile > emake CXXOPTFLAGS="${CXXFLAGS}" server || die "emake server failed" > fi >} > >src_install() { > exeinto "$(games_get_libdir)"/${PN} > cd ${S} > if use client ; then > doexe source/src/ac_client || die > mv assaultcube.sh assaultcube > exeinto ${GAMES_BINDIR} > doexe ${FILESDIR}/assaultcube > insinto "${GAMES_DATADIR}"/${PN} > doins -r bot config icon.ico packages || die > make_desktop_entry ${PN} ${PN} > fi > > if use server ; then > doexe source/src/ac_server || die > mv server.sh assaultcube-server > exeinto ${GAMES_BINDIR} > doexe ${FILESDIR}/assaultcube_server > fi > > dohtml -r README.html docs mods > > > 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 162945
:
111062
|
121603
|
173900
|
173902
|
173904
|
173905
|
174344
|
174891
|
174893
|
178478
|
185053
|
185058
|
229597
|
261288
|
387194