# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Michael Labhard m.labhard@comcast.net # $Header:$ S="${WORKDIR}" DESCRIPTION="A fast interactive 2D plotter." SRC_URI="http://umn.dl.sourceforge.net/sourceforge/quickplot/${P}.tar.bz2" HOMEPAGE="http://quickplot.sourceforge.net/" LICENSE="GPL" DEPEND=" >=dev-cpp/gtkmm-2.2.11 >=media-libs/libsndfile-1.0.5" SLOT="0" KEYWORDS="x86 amd64" src_unpack() { unpack "${P}.tar.bz2" } src_compile() { cd "${S}/${P}" ./configure --prefix=/usr emake || die } src_install () { cd "${S}/${P}" einstall || die }