# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils qmake-utils DESCRIPTION="counting frames in raw streams" HOMEPAGE="http://forum.selur.de/topic12-framecounter-counting-frames-in-raw-streams-source.html" SRC_URI="http://www.selur.de/sites/default/files/hybrid_downloads/FrameCounter.7z" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64" IUSE="" S="${WORKDIR}/FrameCounter/FrameCounter/source/" DEPEND=">=dev-qt/qtgui-5" RDEPEND="${DEPEND}" src_configure() { eqmake5 } src_install() { exeinto /usr/bin doexe FrameCounter }