# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils kde DESCRIPTION="cd/dvd quality check for Plextor drives" HOMEPAGE="http://www-user.tu-chemnitz.de/~noe/Plextor/" SRC_URI="http://ovh.dl.sourceforge.net/sourceforge/qpxtool/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="X gnome" DEPEND=">=app-cdr/dvd+rw-tools-5.21.4.10.8" need-qt 3 S=${WORKDIR}/${P} src_unpack() { unpack ${A} cd "${S}" epatch ${FILESDIR}/makefile-update.patch || die "Can't apply makefile-update.tach" } src_compile() { emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die dobin qpxtool || die "dobin fehlgeschlagen" dodoc ChangeLog }