# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit kde-functions qt3 eutils DESCRIPTION="cd/dvd quality checker for a variety of drives" HOMEPAGE="http://qpxtool.sourceforge.net/" SRC_URI="mirror://sourceforge/qpxtool/qpxtool-0.6.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="=x11-libs/qt-3* >=dev-util/scons-0.96.93" S=${WORKDIR}/${PN}-0.6 src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/set-qt3-paths.patch epatch "${FILESDIR}"/cd-silent-mode-speed-limit.patch epatch "${FILESDIR}"/sconstruct.patch } src_compile() { scons destdir=${D}/usr || die "Build failed" } src_install() { scons install destdir=${D}/usr || die "Install failed" dodoc {AUTHORS,ChangeLog,README,TODO} }