summaryrefslogtreecommitdiff
blob: 1ea39c611f8ca6609b88c38eeaff91cc55a5ce17 (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
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5
inherit autotools git-r3

DESCRIPTION="Wifi-Display/Miracast Implementation"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/miracle/"
EGIT_REPO_URI="git://people.freedesktop.org/~dvdhrm/miracle"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND=">=dev-libs/glib-2.38:2
	net-libs/libwfd
	>=sys-apps/systemd-211[kdbus]"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	eautoreconf
}