Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 309885 Details for
Bug 399867
games-action/minetest games-action/minetest_game: new ebuilds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
minetest-0.4_pre20120408.ebuild
minetest-0.4_pre20120408.ebuild (text/plain), 1.24 KB, created by
Julian Ospald
on 2012-04-24 00:53:21 UTC
(
hide
)
Description:
minetest-0.4_pre20120408.ebuild
Filename:
MIME Type:
Creator:
Julian Ospald
Created:
2012-04-24 00:53:21 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >inherit eutils cmake-utils git-2 games > >DESCRIPTION="Building single/multiplayer game (engine)" >HOMEPAGE="http://c55.me/minetest/" >EGIT_REPO_URI="git://github.com/celeron55/${PN}.git" >EGIT_COMMIT="${PV%_pre*}.dev-${PV#*_pre}" > >LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0" >SLOT="0" > >KEYWORDS="~amd64 ~x86" >IUSE="+client nls +server" > >RDEPEND="app-arch/bzip2 > dev-db/sqlite:3 > dev-lang/lua > >=dev-libs/jthread-1.2 > media-libs/libpng:0 > media-libs/libvorbis > sys-libs/zlib > x11-libs/libX11 > x11-libs/libXxf86vm > virtual/jpeg > virtual/opengl > nls? ( virtual/libintl ) > " >DEPEND="${RDEPEND} > >=dev-games/irrlicht-1.7 > nls? ( sys-devel/gettext ) > " > >src_unpack() { > git-2_src_unpack >} > >src_prepare() { > epatch "${FILESDIR}"/${P}-{cmake,jthread,lua,sharepath}.patch > rm -r src/{jthread,lua,sqlite} || die >} > >src_configure() { > local mycmakeargs=( > -DRUN_IN_PLACE=0 > -DSHAREDIR="${GAMES_DATADIR}/${PN}" > -DBINDIR="${GAMES_BINDIR}" > $(cmake-utils_use_build client CLIENT) > $(cmake-utils_use_build server SERVER) > $(cmake-utils_use_enable nls GETTEXT) > ) > > cmake-utils_src_configure >} > >src_install() { > cmake-utils_src_install > 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 399867
:
306625
|
307581
|
307583
|
307585
|
309883
| 309885 |
309887
|
309889
|
309891
|
309893
|
327946
|
327948
|
327950
|
327952