Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77429
Collapse All | Expand All

(-)/usr/portage/app-misc/gpsdrive/gpsdrive-2.09.ebuild (-3 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/gpsdrive/gpsdrive-2.09.ebuild,v 1.8 2005/04/06 19:31:42 luckyduck Exp $
3
# $Header: 
4
4
5
DESCRIPTION="displays GPS position on a map"
5
DESCRIPTION="displays GPS position on a map"
6
HOMEPAGE="http://gpsdrive.kraftvoll.at"
6
HOMEPAGE="http://gpsdrive.kraftvoll.at"
Lines 10-22 LICENSE="GPL-2" Link Here
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="~x86 ppc amd64"
11
KEYWORDS="~x86 ppc amd64"
12
12
13
IUSE="nls"
13
IUSE="nls garmin"
14
DEPEND="sys-devel/gettext
14
DEPEND="sys-devel/gettext
15
	>=x11-libs/gtk+-2.0
15
	>=x11-libs/gtk+-2.0
16
	>=dev-libs/libpcre-4.2"
16
	>=dev-libs/libpcre-4.2"
17
17
18
src_compile() {
18
src_compile() {
19
	econf `use_enable nls` || die "econf failed"
19
	econf \
20
		$(use_enable nls) \
21
		$(use_enable garmin) \
22
		|| die "econf failed"
23
	
20
	emake || die "compile failed"
24
	emake || die "compile failed"
21
}
25
}
22
26

Return to bug 77429