]> Pileus Git - ~andy/sunrise/blob - x11-plugins/gdivelog-suunto-plugin/gdivelog-suunto-plugin-0.2.ebuild
app-text/orayta: Bump, bump EAPI, fix qt deps
[~andy/sunrise] / x11-plugins / gdivelog-suunto-plugin / gdivelog-suunto-plugin-0.2.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Suunto Cobra, Mosquito, Spyder, Stinger, Vyper ,Vytec plugins for
6 gdivelog"
7 HOMEPAGE="http://gdivelog.sourceforge.net/"
8 SRC_URI="mirror://sourceforge/gdivelog/${P}.tar.bz2"
9
10 LICENSE="GPL-3"
11 SLOT="0"
12 KEYWORDS="~x86"
13 IUSE=""
14
15 DEPEND="sys-apps/gdivelog"
16 RDEPEND="${DEPEND}"
17
18 src_install() {
19         emake DESTDIR="${D}" install || die "emake install failed"
20 }