# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="AMIDE's a Medical Imaging Data Examiner" HOMEPAGE="http://${PN}.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="GPL" SLOT="0" KEYWORDS="x86" DEPEND="sci-misc/xmedcon sci-misc/volpack media-libs/libfame sci-libs/gsl" src_compile() { econf || die emake || die } src_install() { einstall || die }