diff options
Diffstat (limited to 'www-plugins/vivaldi-ffmpeg-codecs/vivaldi-ffmpeg-codecs-64.0.3282.119.ebuild')
-rw-r--r-- | www-plugins/vivaldi-ffmpeg-codecs/vivaldi-ffmpeg-codecs-64.0.3282.119.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/www-plugins/vivaldi-ffmpeg-codecs/vivaldi-ffmpeg-codecs-64.0.3282.119.ebuild b/www-plugins/vivaldi-ffmpeg-codecs/vivaldi-ffmpeg-codecs-64.0.3282.119.ebuild new file mode 100644 index 00000000..9780d162 --- /dev/null +++ b/www-plugins/vivaldi-ffmpeg-codecs/vivaldi-ffmpeg-codecs-64.0.3282.119.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Additional proprietary codecs for vivaldi" +HOMEPAGE="http://ffmpeg.org/" +SRC_URI="https://repo.herecura.eu/herecura/x86_64/${P}-1-x86_64.pkg.tar.xz" + +LICENSE="LGPL2.1" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="www-client/vivaldi" +RDEPEND="${DEPEND}" + +S="${WORKDIR}" + +src_prepare() { + : +} + +src_compile() { + : +} + +src_install() { + doins -r ${S}/* +} |