# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit cmake-utils vcs-snapshot DESCRIPTION="Library and tool set for extracting data from Omron medical devices via USB" HOMEPAGE="https://github.com/qdot/libomron" SRC_URI="${HOMEPAGE}/tarball/${PV} -> ${P}.tar.gz" LICENSE="BSD-4" SLOT="0" KEYWORDS="~amd64" IUSE="swig" RDEPEND=" dev-lang/python dev-libs/libusb swig? ( dev-lang/swig )" DEPEND="${RDEPEND}"