# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Audio recorder/player" HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/sound/recorders" SRC_URI="http://www.ibiblio.org/pub/Linux/apps/sound/recorders/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="~x86" IUSE="ncurses gtk" DEPEND="x11-libs/gtk+ dev-libs/glib sys-libs/glibc x11-base/xorg-x11 sys-libs/ncurses" S=${WORKDIR}/${P} src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO }