diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-11-12 16:38:10 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-11-12 16:38:10 +0000 |
commit | 11d0a9189d8cb386917a2c52aa26634998d2d84a (patch) | |
tree | fde392ba28c986a8f3b6250c9f69c5adf69b02c0 /www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-62.0.3202.62.ebuild | |
parent | 7631b8e6ea311e42676b2927dcc3c9a8aa1aaee9 (diff) |
www-plugins/opera-ffmpeg-codecs : version bump
Diffstat (limited to 'www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-62.0.3202.62.ebuild')
-rw-r--r-- | www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-62.0.3202.62.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-62.0.3202.62.ebuild b/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-62.0.3202.62.ebuild new file mode 100644 index 00000000..59fe5147 --- /dev/null +++ b/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-62.0.3202.62.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 opera" +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/opera" +RDEPEND="${DEPEND}" + +S="${WORKDIR}" + +src_prepare() { + : +} + +src_compile() { + : +} + +src_install() { + doins -r ${S}/* +} |