# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A fast interactive 2D plotter." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" HOMEPAGE="http://quickplot.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-util/pkgconfig-0.15 >=dev-cpp/gtkmm-2.4.5 >=media-libs/libsndfile-1.0.5" src_compile() { econf || die "econf step failed." emake || die "emake step failed." } src_install () { make install DESTDIR=${D} || die "make install step failed." }