summaryrefslogtreecommitdiff
blob: 5ed2577bf0c1123807d2367c73efb7441adfb2a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit autotools

MY_PV=f8d8844d52387b3db7b8736f5e86156d9374f781
DESCRIPTION="utility for grabbing JPEGs from V4L2 devices"
HOMEPAGE="https://github.com/twam/v4l2grab"
SRC_URI="https://github.com/twam/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	media-libs/libv4l
	virtual/jpeg:*"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/${PN}-${MY_PV}

src_prepare() {
	eautoreconf
}