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

EAPI=6

DESCRIPTION="Redistributable headers to build cuvid and nvenc"
HOMEPAGE="https://github.com/lu-zero/nvidia-video-codec"
SRC_URI="https://github.com/lu-zero/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=dev-util/nvidia-cuda-toolkit-7.5
		>=x11-drivers/nvidia-drivers-367.35"
RDEPEND="${DEPEND}"

src_install() {
	insinto /opt/${PN}/include
	doins *.h
	dodoc README.md
}