summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libwfd/libwfd-9999.ebuild')
-rw-r--r--net-libs/libwfd/libwfd-9999.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-libs/libwfd/libwfd-9999.ebuild b/net-libs/libwfd/libwfd-9999.ebuild
new file mode 100644
index 0000000..40c1a89
--- /dev/null
+++ b/net-libs/libwfd/libwfd-9999.ebuild
@@ -0,0 +1,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
+}