# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils eutils versionator MY_PV="$(get_version_component_range 1-2)" DESCRIPTION="Simple on-screen Keyboard with macros and easy layout creation" HOMEPAGE="https://launchpad.net/onboard" SRC_URI="http://launchpad.net/${PN}/${MY_PV}/${PV}/+download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=">=dev-python/python-distutils-extra-2.4" RDEPEND="dev-python/gconf-python dev-python/pyxml dev-python/python-virtkey" PYTHON_MODNAME="Onboard" src_install() { distutils_src_install domenu data/*.desktop || die "domenu failed." }