# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Content-aware resizing plugin for GIMP" HOMEPAGE="http://liquidrescale.wikidot.com/" SRC_URI="http://liquidrescale.wikidot.com/local--files/download-page/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=">=media-gfx/gimp-2.2" RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install || die "Install failed" dodoc AUTHORS BUGS ChangeLog NEWS README TODO einfo "To use the plugin go to Layer -> Liquid rescale..." }