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