2014-10-12 18:47:27 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
2015-08-21 10:37:59 +03:00
|
|
|
EGIT_REPO_URI="https://github.com/dngulin/ttyhlauncher.git"
|
2014-10-12 18:47:27 +04:00
|
|
|
inherit eutils games git-r3 qmake-utils
|
|
|
|
|
|
|
|
DESCRIPTION="ttyh.ru minecraft launcher"
|
|
|
|
HOMEPAGE="http://ttyh.ru"
|
|
|
|
SRC_URI=""
|
|
|
|
|
|
|
|
LICENSE="GPLv3"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS=""
|
|
|
|
|
|
|
|
DEPEND=">=dev-qt/qtcore-5.3.0:5
|
|
|
|
>=dev-qt/qtgui-5.3.0:5
|
|
|
|
>=dev-qt/qtwebkit-5.3.0:5
|
|
|
|
dev-libs/quazip[qt5]"
|
|
|
|
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
src_configure() {
|
|
|
|
eqmake5 "${PN}.pro"
|
|
|
|
}
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
dogamesbin "${PN}"
|
|
|
|
newicon resources/favicon.png "${PN}.png"
|
|
|
|
make_desktop_entry "${PN}" "${DESCRIPTION}"
|
|
|
|
}
|