# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="SoundCard CW for Linux (Morse Code tutor)" HOMEPAGE="http://www.labyrinth.net.au/~steve/morse.html" SRC_URI="http://www.labyrinth.net.au/~steve/tools/sccw_1.1.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-devel/gcc sys-devel/make" RDEPEND="" S=${WORKDIR}/${P} src_compile() { einfo "Compiling SCCW ..." cd ${WORKDIR}/sccw_1.1/ make } src_install() { einfo "Installing SCCW ..." cd ${WORKDIR}/sccw_1.1/ strip sccw exeinto /usr/bin doexe sccw }