summaryrefslogtreecommitdiff
blob: 5206ccb5cdd93e7866f14a0f06b8e5f2081ec59c (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
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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
}