# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils qmake-utils DESCRIPTION="Cross-platform content manager assistant for the PS Vita" HOMEPAGE="https://github.com/codestation/qcma" SRC_URI="https://github.com/codestation/qcma/archive/v${PV}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~amd64 ~arm" LANGS="es ja" DEPEND="games-util/vitamtp-fork dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtdbus:5 dev-qt/qtsql:5 dev-qt/qtmultimedia:5 virtual/ffmpeg" S="${WORKDIR}/qcma-${PV}" src_prepare() { lrelease "${S}"/qcma.pro } src_configure() { eqmake5 PREFIX="${EPREFIX}/usr" "${S}"/qcma.pro } src_install() { emake INSTALL_ROOT="${D}" install }