# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="6" DESCRIPTION="Perceptual JPEG encoder" HOMEPAGE="https://github.com/google/guetzli" SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="media-libs/libpng sys-libs/zlib" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { eapply "${FILESDIR}" eapply_user } src_install() { dobin bin/Release/guetzli einstalldocs }