dev-cpp/pangomm: stable 2.42.1 for hppa, bug #717144
[gentoo.git] / media-plugins / vdr-screenshot / vdr-screenshot-0.0.15.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit vdr-plugin-2
7
8 DESCRIPTION="VDR Plugin: takes screenshots of the current video or tv screen"
9 HOMEPAGE="https://github.com/jowi24/vdr-screenshot"
10 SRC_URI="https://github.com/jowi24/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
12 SLOT="0"
13 LICENSE="GPL-2"
14 KEYWORDS="amd64 x86"
15 IUSE=""
16
17 DEPEND=">=media-video/vdr-2.0"
18 RDEPEND="${DEPEND}"
19
20 S="${WORKDIR}/${P}"