# # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="High Dynamic Range Images and Video manipulation tools" HOMEPAGE="http://www.mpi-inf.mpg.de/resources/pfstools/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sci-mathematics/octave media-gfx/imagemagick media-libs/tiff media-libs/netpbm media-libs/openexr x11-libs/qt" src_unpack() { unpack ${A} } src_compile() { econf || die "configure failed" emake || die "compiling failed" } src_install() { make install DESTDIR="${D}" || die dodoc AUTHORS README TODO }