# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="qpfstmo" HOMEPAGE="http://theplaceofdeadroads.blogspot.com/2006/07/qpfstmo-hdr-tone-mapping-gui-for-linux_04.html" SRC_URI="http://home.comcast.net/%7Etpodr/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=" =x11-libs/qt-3* " RDEPEND=" media-gfx/pfstmo media-gfx/pfstools " src_compile() { /usr/qt/3/bin/qmake || die "qmake failed" emake || die "emake failed" } src_install() { dodoc README || die "dodoc failed" install -m 755 -d ${D}/usr/bin || die "install of qpfstmo failed" install -m 755 qpfstmo ${D}/usr/bin || die "install of qpfstmo failed" }