# 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/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="=x11-libs/qt-3*" S=${WORKDIR}/${P} #src_unpack() { # unpack ${A} # cd "${S}" #} src_compile() { cd "${S}/lib" ./build-all-libs addwrite /usr/local/lib ./install-all-libs cd "${S}" emake || die "emake failed" } src_install() { dobin bin/qpxtool || die "dobin qpxtool failed" dobin bin/pxcontrol || die "dobin pxcontrol failed" dobin bin/pioquiet || die "dobin pioquiet failed" dodoc {AUTHORS,ChangeLog,README,TODO} }