aboutsummaryrefslogtreecommitdiff
blob: b7d54a36db8654442d6104826b7d312062096f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit git autotools eutils

DESCRIPTION="The FreeSmartPhone.org GPS daemon using framework API."
HOMEPAGE="http://www.freesmartphone.org/"

EGIT_REPO_URI="git://git.freesmartphone.org/fso-gpsd.git"
EGIT_TREE="tags/v0.8"
EGIT_PROJECT="fso-gpsd"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~arm"
IUSE=""

RDEPEND=">=dev-libs/glib-2.14
	dev-libs/dbus-glib
	sys-mobilephone/freesmartphone-framework"

DEPEND="dev-util/pkgconfig"


src_unpack() {
	git_src_unpack
	cd "${S}"
	eautoreconf || die
}

src_install() {
	emake DESTDIR="${D}" install
	newinitd "${FILESDIR}/fso-gpsd" fso-gpsd
}