]> Pileus Git - ~andy/sunrise/blob - sci-visualization/grapher/grapher-20060225.ebuild
sunrise/app-portage/elog-list/elog-list-0.0.6.ebuild: change headers to make repoman...
[~andy/sunrise] / sci-visualization / grapher / grapher-20060225.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Equation Grapher"
6 HOMEPAGE="http://homepages.nyu.edu/~ys453/#equation_grapher"
7 SRC_URI="mirror://sourceforge/eqtn-${PN}/${P}.tar.gz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 DEPEND=">=x11-libs/gtk+-2"
15 RDEPEND="${DEPEND}"
16
17 src_install() {
18         emake DESTDIR="${D}" install || die "emake install failed"
19
20         dodoc README
21 }