Created
March 18, 2019 12:16
-
-
Save kkkrackpot/ee4ba6bb5b0c0e8cfded08c29fc3251e to your computer and use it in GitHub Desktop.
cmrt.ebuild
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 1999-2012 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
EAPI=5 | |
inherit autotools eutils | |
DESCRIPTION="C for Media Runtime" | |
HOMEPAGE="https://github.com/01org/cmrt" | |
SRC_URI="https://github.com/01org/cmrt/archive/${PV}.tar.gz -> ${P}.tar.gz" | |
LICENSE="MIT" | |
SLOT="0" | |
KEYWORDS="-* amd64 x86" | |
RDEPEND="x11-libs/libdrm" | |
DEPEND="${RDEPEND} | |
x11-libs/libva | |
virtual/pkgconfig" | |
src_prepare() { | |
epatch "${FILESDIR}/${P}-use-right-cpp.patch" | |
eautoreconf | |
} | |
src_install() { | |
default | |
prune_libtool_files | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment