# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils DESCRIPTION="SWF Tools is a collection of SWF manipulation and generation utilities" HOMEPAGE="http://www.swftools.org/" SRC_URI="http://www.swftools.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" RDEPEND=" app-text/poppler media-libs/freetype:2 media-libs/giflib:0= >=media-libs/t1lib-1.3.1:5 virtual/jpeg:0 " DEPEND="${RDEPEND} ! lib/python/Makefile } src_compile() { emake FLAGS="${CFLAGS}" } src_install() { einstall dodoc AUTHORS ChangeLog }