# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="Animated PNG support for GIMP" HOMEPAGE="http://sourceforge.net/projects/gimp-apng/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2 GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=media-gfx/gimp-2.4.0" RDEPEND="${DEPEND}" src_configure() { econf "--with-plugins-install=system" || die "econf failed" }