Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 306625 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.20120320.ebuild
minetest-0.4.20120320.ebuild (text/plain), 910 bytes, created by
neko259
on 2012-03-25 17:50:41 UTC
(
hide
)
Description:
minetest-0.4.20120320.ebuild
Filename:
MIME Type:
Creator:
neko259
Created:
2012-03-25 17:50:41 UTC
Size:
910 bytes
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 games > >DESCRIPTION="Building single/multiplayer game" >HOMEPAGE="http://c55.me/minetest/" >SRC_URI="https://github.com/celeron55/minetest/tarball/0.4.dev-20120320 -> >${PF}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" > >KEYWORDS="~amd64 ~x86" >IUSE="+client nls +server" > >DEPEND=" > sys-libs/zlib > nls? ( sys-devel/gettext ) > >=dev-games/irrlicht-1.7 > x11-libs/libX11 > virtual/opengl > app-arch/bzip2 > media-libs/libpng > dev-db/sqlite:3 > >=dev-libs/jthread-1.2" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/celeron55-minetest-94f1ab4" > > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_configure() { > mycmakeargs=" > -DRUN_IN_PLACE=0 > $(cmake-utils_use_build client CLIENT) > $(cmake-utils_use_build server SERVER) > $(cmake-utils_use_use nls GETTEXT)" > > cmake-utils_src_configure >}
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