]> Pileus Git - ~andy/sunrise/blob - sys-apps/gdivelog/gdivelog-0.5.1.ebuild
sys-apps/gdivelog: Fix ebuild license header
[~andy/sunrise] / sys-apps / gdivelog / gdivelog-0.5.1.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="SCUBA dive logging application, with extendable plugin support."
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=""
15 RDEPEND="gnome-base/libgnomeui
16         dev-db/sqlite"
17
18 src_install() {
19         emake DESTDIR="${D}" install || die "emake install failed"
20 }