# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.34.0.ebuild,v 1.3 2002/09/22 18:27:21 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A low-latency audio server" HOMEPAGE="http://jackit.sourceforge.net/" SRC_URI="mirrors://sourceforge/jackit/${P}.tar.gz" # libjack is LGPL, the rest is GPL SLOT="0" LICENSE="GPL-2 LGPL-2.1" KEYWORDS="x86" DEPEND="dev-libs/glib >=media-libs/alsa-lib-0.9.0_rc1" RDEPEND="${DEPEND}" src_compile() { econf || die "./configure failed" emake || die "compilation failed" } src_install () { make DESTDIR=${D} DOC_DIR=${D}/usr/share/doc/${P} install || die dodoc README }