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

EAPI=2
inherit base

DESCRIPTION="Glib bindings for Freesmartphone Framework APIs."
HOMEPAGE="http://www.freesmartphone.org/"
SRC_URI="http://www.freesmartphone.org/sources/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~arm"
IUSE=""
DOCS="README"

RDEPEND=">=dev-libs/dbus-glib-0.70
	>=dev-libs/glib-2.12.0
	>=dev-util/vala-dbus-binding-tool-0.1.1"
DEPEND="${RDEPEND}
	>=dev-lang/vala-0.7.6"

src_prepare() {
	echo -e "glib-2.0\ndbus-glib-1" > "${S}"/src/fso-glib-1.0.deps
}