# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_P="${P/-/.}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Gnotide is a tidal analysis software based on the method of Harmonic Analysis" HOMEPAGE="http://gnotide.unalmed.edu.co/software/software.php" SRC_URI="http://gnotide.unalmed.edu.co/software/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=">=media-libs/gd-2.0.33 >=sci-libs/fftw-3.0.1-r2" src_install() { make DESTDIR="${D}" install || die }