# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="STK is a tool for seismic data processing in a graphical interactive and very intuitive interface." SRC_URI="http://chez.mana.pf/dominique.reymond/stk_${PV}.tgz" S="${WORKDIR}/STK_${PV}" LICENSE="GPL-2" IUSE="" SLOT="0" KEYWORDS="~x86" HOMEPAGE="http://chez.mana.pf/dominique.reymond/" DEPEND="" src_compile() { econf emake } src_install() { einstall }