Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 288969 Details for
Bug 385873
games-action/survivor: new game, ebuilds provided (1.0.1, 9999)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for 9999 (the same as for 1.0.1)
survivor-9999.ebuild (text/plain), 1.37 KB, created by
Vasiliy Yeremeyev
on 2011-10-06 16:03:55 UTC
(
hide
)
Description:
ebuild for 9999 (the same as for 1.0.1)
Filename:
MIME Type:
Creator:
Vasiliy Yeremeyev
Created:
2011-10-06 16:03:55 UTC
Size:
1.37 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 >inherit games cmake-utils git-2 > >EGIT_REPO_URI="git://github.com/vayerx/shadowgrounds.git" >EGIT_BRANCH="linux" > >if [[ "${PV}" = 9999* ]]; then > KEYWORDS="" >else > EGIT_COMMIT="amd64-${PV}" > KEYWORDS="~amd64" >fi > >DESCRIPTION="Shadowgrounds Survivor is 3rd-person alien-shooter." >HOMEPAGE="http://github.com/vayerx/shadowgrounds" >SRC_URI="" > >LICENSE="shadowgrounds" >GAMES_CHECK_LICENSE="yes" >SLOT="0" >IUSE="" > >RDEPEND=" > >=dev-libs/boost-1.42 > media-libs/libsdl[audio,video,joystick,X,opengl] > media-libs/sdl-sound > media-libs/sdl-image > media-libs/sdl-ttf > virtual/opengl > x11-libs/gtk+ > sys-libs/zlib > media-libs/openal >" >DEPEND="${RDEPEND} > dev-util/pkgconfig >" > >src_configure() { > mycmakeargs+=( > "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}" > "-DICON_DIR=/usr/share/pixmaps" > "-DDESKTOP_DIR=/usr/share/applications" > "-DCMAKE_DATA_PATH=${GAMES_DATADIR}" > "-DCMAKE_CONF_PATH=${GAMES_SYSCONFDIR}" > "-DINSTALLONLY=${PN}" > ) > > cmake-utils_src_configure >} > >src_compile() { > cmake-utils_src_make survivor >} > >src_install() { > cmake-utils_src_install > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > ewarn "You will need data files to run the game." > ewarn "Consider installing games-action/survivor-data" > ewarn "or copying files manually to /usr/share/games/${PN}" >}
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 385873
:
288967
|
288969
|
288971
|
288973
|
292499
|
300667