diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-11-12 12:01:07 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-11-12 12:01:07 +0000 |
commit | 6ecc93c91fff2d89ce951ea1347bb2c8746068bf (patch) | |
tree | 2347c4e45db7bbd2e8e2fce744c9c4ef4531d110 /app-sci/qmatplot/qmatplot-0.4.2.ebuild | |
parent | Initial import (diff) | |
download | gentoo-2-6ecc93c91fff2d89ce951ea1347bb2c8746068bf.tar.gz gentoo-2-6ecc93c91fff2d89ce951ea1347bb2c8746068bf.tar.bz2 gentoo-2-6ecc93c91fff2d89ce951ea1347bb2c8746068bf.zip |
Initial import
Diffstat (limited to 'app-sci/qmatplot/qmatplot-0.4.2.ebuild')
-rw-r--r-- | app-sci/qmatplot/qmatplot-0.4.2.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app-sci/qmatplot/qmatplot-0.4.2.ebuild b/app-sci/qmatplot/qmatplot-0.4.2.ebuild new file mode 100644 index 000000000000..7cc667bce5f0 --- /dev/null +++ b/app-sci/qmatplot/qmatplot-0.4.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/qmatplot/qmatplot-0.4.2.ebuild,v 1.1 2003/11/12 12:01:02 phosphan Exp $ + + + +inherit kde-functions +inherit eutils +need-qt 3 + +DESCRIPTION="gnuplot-like tool for plotting data sets in either two or three dimensions" +HOMEPAGE="http://qmatplot.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" + +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" + +DEPEND=">=app-sci/octave-2.1 + >=app-sci/scilab-2.6" + +src_unpack() { + unpack ${A} + cd ${S} + epatch "${FILESDIR}/${P}-gentoo.patch" +} + +src_install() { + make DESTDIR="${D}" install || die "install failed" + dodoc ChangeLog +} |