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

inherit autotools

DESCRIPTION=""
HOMEPAGE="http://www.freesmartphone.org"
SRC_URI="http://www.freesmartphone.org/sources/${P}.tar.bz2"

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

RDEPEND=""
DEPEND="${RDEPEND}
	>=dev-libs/libgee-0.3.0
	>=dev-lang/vala-0.7.6"

EAPI="2"

src_prepare() {
	# force calling vala to generate c files
	rm src/vala_dbus_binding_tool.vala.stamp
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
}