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

EAPI=2
inherit base git autotools

DESCRIPTION="GSM 07.10 Multiplexing Server"
HOMEPAGE="http://www.freesmartphone.org"
EGIT_REPO_URI="git://git.freesmartphone.org/libgsm0710mux.git"

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

RDEPEND=">=dev-libs/glib-2.12.0
	>=sys-mobilephone/libfsobasics-0.8.3
	>=sys-mobilephone/libfsotransport-0.9.5
	>=sys-mobilephone/libgsm0710-1.2.0"
DEPEND="${RDEPEND}
	>=dev-lang/vala-0.7.6"

src_prepare() {
	eautoreconf
}