# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit mono eutils MY_PN="PolarViewer" MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Viewer application for exercise files recorded with Polar and CicloSport heartrate monitors." HOMEPAGE="http://www.saring.de/polarviewer/index.html" SRC_URI="mirror://sourceforge/sportstracker/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/mono-1.1.8 >=dev-dotnet/gtk-sharp-1.9.5 >=dev-dotnet/glade-sharp-1.9.5 >=app-misc/s710-0.19" src_install() { make install DESTDIR=${D} PREFIX=${D}/usr PREFIX_I18N="${D}/usr/share/locale" || die "Installation failed!" dodoc docs/* }