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

EAPI=2
inherit base subversion autotools

DESCRIPTION=""
HOMEPAGE="http://www.freesmartphone.org"
ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/BINDINGS/vala"
ESVN_PROJECT="libeflvala"

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

RDEPEND=">=dev-libs/glib-2.18.0
	>=dev-libs/dbus-glib-0.74
	>=sys-apps/dbus-1.2.1
	dev-libs/eina
	media-libs/edje
	x11-libs/evas
	x11-libs/ecore
	x11-libs/elementary"
DEPEND="${RDEPEND}
	>=dev-lang/vala-0.7.9"

src_prepare() {
	eautoreconf
}

src_configure()
{
	econf \
		--disable-examples
}