# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Gimp Animation Package" SRC_URI="mirror://gimp/plug-ins/v2.0/gap/testing/gimp-gap-2.0pre1.tar.bz2" HOMEPAGE="http://www.gimp.org/" KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND=">=media-gfx/gimp-2.0.0" S="${WORKDIR}/gimp-gap-2.0pre1" src_compile() { econf || die "could not configure" emake || die } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeL* INSTALL NEWS README }