# by joshua DESCRIPTION="Gimp Animation Package" HOMEPAGE="http://www.gimp.org/" SRC_URI="ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.0/gap/testing/gimp-gap-2.0pre1.tar.bz2" LICENSE="GPL2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=media-gfx/gimp-2.0.0" S="${WORKDIR}/gimp-gap-2.0pre1" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install() { make DESTDIR=${D} install || die }