diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-09-29 19:33:40 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-09-29 19:33:40 +0100 |
commit | 0ad524ff6e9830872187b79e6d5aaba4c55e1844 (patch) | |
tree | d2238deb6e94b231758f8cf768c83cde6bd6a70c /www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-61.0.3163.91.ebuild | |
parent | 9b8856ebc054089ff2cc1b5cf31a9cdbbb7ab368 (diff) |
www-plugins/opera-ffmpeg-codecs : version bump
Diffstat (limited to 'www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-61.0.3163.91.ebuild')
-rw-r--r-- | www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-61.0.3163.91.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-61.0.3163.91.ebuild b/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-61.0.3163.91.ebuild new file mode 100644 index 00000000..59fe5147 --- /dev/null +++ b/www-plugins/opera-ffmpeg-codecs/opera-ffmpeg-codecs-61.0.3163.91.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}/* +} |