2014-01-06 21:02:51 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-04-07 09:03:33 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/minetest_game-0.4.9.ebuild,v 1.3 2014/04/05 11:11:08 ago Exp $
|
2014-01-06 21:02:51 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
inherit vcs-snapshot games
|
|
|
|
|
|
|
|
DESCRIPTION="The main game for the Minetest game engine"
|
|
|
|
HOMEPAGE="http://github.com/minetest/minetest_game"
|
|
|
|
SRC_URI="http://github.com/minetest/minetest_game/tarball/${PV} -> ${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2 CC-BY-SA-3.0"
|
|
|
|
SLOT="0"
|
2014-04-07 09:03:33 +04:00
|
|
|
KEYWORDS="amd64 x86"
|
2014-01-06 21:02:51 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="~games-action/minetest-${PV}[-dedicated]"
|
|
|
|
|
|
|
|
src_unpack() {
|
|
|
|
vcs-snapshot_src_unpack
|
|
|
|
}
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
insinto "${GAMES_DATADIR}"/minetest/games/${PN}
|
|
|
|
doins -r mods menu
|
|
|
|
doins game.conf
|
|
|
|
|
|
|
|
dodoc README.txt
|
|
|
|
|
|
|
|
prepgamesdirs
|
|
|
|
}
|