aboutsummaryrefslogtreecommitdiff
blob: 0dbf5619fad51e9cfc00807cb4b92b6c0b6fe9b9 (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2
inherit base git autotools

DESCRIPTION=""
HOMEPAGE="http://www.freesmartphone.org"
EGIT_REPO_URI="git://git.freesmartphone.org/cornucopia.git"
EGIT_PROJECT="cornucopia"
EGIT_COMMIT="1f9281ac4320eed66411fde8fe21ea87ee138e78"

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

RDEPEND=">=dev-libs/glib-2.18.0
	>=dev-libs/dbus-glib-0.76
	>=sys-apps/dbus-1.2.1"
DEPEND="${RDEPEND}
	>=dev-lang/vala-0.7.2"

src_prepare() {
	S="${WORKDIR}/${P}/tools/${PN}"
	cd ${S}
	eautoreconf
}