# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="a C++ library to control Z-Wave Networks via a USB Z-Wave Controller" HOMEPAGE="http://www.openzwave.net/" SRC_URI="https://github.com/OpenZWave/${PN}/archive/V${PV}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="virtual/libudev" RDEPEND="${DEPEND}"