# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="JACK client record button remembering the last 10 seconds when pressed." HOMEPAGE="http://plugin.org.uk/timemachine/" SRC_URI="http://plugin.org.uk/timemachine/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="ladcca" DEPEND=">=media-sound/jack-audio-connection-kit-0.80.0 >=x11-libs/gtk+-2.2.4-r1 >=media-libs/libsndfile-1.0.5 ladcca? ( >=media-libs/ladcca-0.4.0 )" src_compile() { use_enable ladcca econf || die emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die einstall || die }