Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 327952 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]
live ebuild for minetest
minetest-9999.ebuild (text/plain), 1.52 KB, created by
Vasiliy Yeremeyev
on 2012-11-01 15:21:38 UTC
(
hide
)
Description:
live ebuild for minetest
Filename:
MIME Type:
Creator:
Vasiliy Yeremeyev
Created:
2012-11-01 15:21:38 UTC
Size:
1.52 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 >inherit eutils games cmake-utils git-2 > >DESCRIPTION="An InfiniMiner/Minecraft inspired game." >HOMEPAGE="http://celeron.55.lt/~celeron55/minetest/" > >EGIT_REPO_URI="git://github.com/celeron55/minetest.git" > >if [[ "${PV}" = 9999* ]]; then > KEYWORDS="" >else > EGIT_COMMIT="${PV}" > KEYWORDS="~x86 ~amd64" >fi > >SRC_URI="" >S="${WORKDIR}/${PN}" > >LICENSE="LGPL-2.1+" >SLOT="0" >IUSE="+client +game nls +server +sound" > >RDEPEND=" > app-arch/bzip2 > dev-db/sqlite:3 > >=dev-games/irrlicht-1.7 > >=dev-libs/jthread-1.2 > media-libs/libpng > nls? ( sys-devel/gettext ) > sound? ( media-libs/openal ) > sys-libs/zlib > virtual/glu > virtual/opengl > x11-libs/libX11 > game? ( games-mud/minetest-data ) >" >DEPEND="${RDEPEND}" > >src_configure() { > mycmakeargs=" > -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} > -DRUN_IN_PLACE=0 > -DJTHREAD_INCLUDE_DIR="${EROOT}/usr/include/jthread" > $(cmake-utils_use_build client CLIENT) > $(cmake-utils_use_build server SERVER) > $(cmake-utils_use_enable sound SOUND) > $(cmake-utils_use_use nls GETTEXT)" > > cmake-utils_src_configure >} > >src_prepare() { > # these should not be used during building anyway so we delete them > rm -rf src/{jthread,sqlite} >} > >pkg_preinst() { > enewgroup minetest > enewuser minetest -1 -1 /var/lib/minetest "minetest,games" > mkdir -p "${D}/var/lib/minetest" > mkdir -p "${D}/etc/init.d" > chown minetest:minetest "${D}/var/lib/minetest" > cp "${FILESDIR}"/minetestserver.init "${D}/etc/init.d/minetestserver" >}
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