# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_PV="$PV-5" DESCRIPTION="Content-aware resizing for the GIMP" HOMEPAGE="http://liquidrescale.wikidot.com/" SRC_URI="http://liquidrescale.wikidot.com/local--files/en:download-page/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=media-gfx/gimp-2.3" DEPEND="${RDEPEND}" src_install() { make DESTDIR="${D}" install dodoc AUTHORS BUGS ChangeLog NEWS README TODO }