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

EAPI=5
inherit autotools git-r3

DESCRIPTION="a stand-alone implementation of the Wifi-Display protocol"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/miracle/libwfd/"
EGIT_REPO_URI="git://people.freedesktop.org/~dvdhrm/${PN}"

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

src_prepare() {
	eautoreconf
}