freeminer/build/gentoo/freeminer_default-9999.ebuild
proller a59c546ee9 Squashed commit of the following:
commit f8ede26fb5f72b9c01fea9f0f79fb568f5ce1354
Author: Falcon-peregrinus <Falcon-peregrinus@users.noreply.github.com>
Date:   Sat Apr 4 21:53:08 2015 +0500

    Update freeminer_default-9999.ebuild

commit f93ee4835f853dd0916f2ae1a9b7b54d711fcd1a
Author: Falcon-peregrinus <Falcon-peregrinus@users.noreply.github.com>
Date:   Sat Apr 4 21:52:52 2015 +0500

    Update freeminer_default-0.4.12.6.ebuild

commit 7d09cbbe968e43bcf90f52c2b6f7e2fdb77d6b1e
Author: Falcon-peregrinus <Falcon-peregrinus@users.noreply.github.com>
Date:   Sat Apr 4 21:50:25 2015 +0500

    Update freeminer-0.4.12.6.ebuild

commit ba0300da82ad47df8186685adb507bd0b212af8c
Author: Falcon-peregrinus <Falcon-peregrinus@users.noreply.github.com>
Date:   Sat Apr 4 21:48:58 2015 +0500

    Update freeminer-9999.ebuild
2015-04-04 19:56:25 +03:00

33 lines
761 B
Bash

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/minetest_game-0.4.10.ebuild,v 1.2 2014/10/15 11:47:04 nimiux Exp $
EAPI=5
inherit games git-2
DESCRIPTION="The main game for the Minetest game engine"
HOMEPAGE="http://freeminer.org/"
EGIT_REPO_URI="git://github.com/freeminer/default.git"
LICENSE="GPL-2 CC-BY-SA-3.0"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="~games-action/freeminer-${PV}[-dedicated]"
src_unpack() {
git-2_src_unpack
}
src_install() {
insinto "${GAMES_DATADIR}"/freeminer/games/default
doins -r mods menu
# doins game.conf freeminer.conf
doins game.conf minetest.conf
dodoc README.txt game_api.txt
prepgamesdirs
}