Files @ c4a4ca816268
Branch filter:

Location: portage-overlay.git/games-util/qcma/qcma-0.4.1.ebuild

c4a4ca816268 745 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
chain
add games-utils/qcma and games-util/vitamtp-fork to tree
# 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
}