# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Content-aware resizing for the GIMP" HOMEPAGE="http://liquidrescale.wikidot.com/" SRC_URI="${HOMEPAGE}/local--files/en:download-page-sources/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=media-gfx/gimp-2.4 >=media-libs/liblqr-0.3.0" DEPEND="${RDEPEND}" src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS BUGS ChangeLog NEWS README TODO || die "dodoc failed" }