# 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 ~amd64" DEPEND="sci-misc/xmedcon sci-misc/volpack media-libs/libfame sci-libs/gsl" src_install() { make DESTDIR=${D} install || die }