# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit distutils DESCRIPTION="Morse Code Trainer using Koch's Method" HOMEPAGE="http://code.google.com/p/kochmorse/" RESTRICT="primaryuri" SRC_URI="http://kochmorse.googlecode.com/files/KochMorse-0.99.6.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND} dev-python/pyalsaaudio" S="${WORKDIR}"/KochMorse-${PV}