# Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Header: $ DESCRIPTION="Program applicated morse code for blind's" HOMEPAGE="http://morseall.org/" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/morseall/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="gnome-extra/at-spi" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "install failed" dodoc README CHANGES }