# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit qt3 eutils DESCRIPTION="HDR Tone Mapping GUI for Linux (pfstmo front-end)" HOMEPAGE="http://theplaceofdeadroads.blogspot.com/2006/07/qpfstmo-hdr-tone-mapping-gui-for-linux_04.html" SRC_URI="http://home.comcast.net/~tpodr/${P}.tar.gz" LICENSE="???" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="=x11-libs/qt-3* >=media-libs/pfscalibration-1.2 >=media-libs/pfstmo-1.0 >=media-libs/pfstools-1.4 " src_unpack() { unpack ${A} } src_compile() { qmake || die "qmake failed" emake || die "emake failed" } src_install() { exeinto /usr/bin doexe qpfstmo || die "doexe bins" dodoc README }