aboutsummaryrefslogtreecommitdiff
blob: 9cbd457c89e596f3d4063330d1f33f0676b4b38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

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=">=dev-libs/glib-2.12.0
	>=dev-libs/dbus-glib-0.76
	>=sys-mobilephone/libgsm0710mux-0.9.0
	>=sys-mobilephone/libfsobasics-0.8.1"
DEPEND="${RDEPEND}
	>=dev-lang/vala-0.7.6"

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