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

EAPI=2
inherit cornucopia_git

RDEPEND=">=dev-libs/glib-2.18.0
	>=media-libs/alsa-lib-1.0.20"
DEPEND="${RDEPEND}
	>=dev-lang/vala-0.7.6"

src_prepare() {
	git_src_prepare
	base_src_prepare
	S="${WORKDIR}/${P}/misc"
	cd ${S}
	eautoreconf
}