# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="" HOMEPAGE="" SRC_URI="http://registry.gimp.org/files/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="sci-libs/fftw:3.0" RDEPEND="${DEPEND}" src_prepare() { rm "${S}"/fourier } src_install() { exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins doexe fourier }