# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.7 2002/05/18 17:25:12 agenkin Exp DESCRIPTION="A low-latency audio server" HOMEPAGE="http://jackit.sourceforge.net/" # libjack is LGPL, the rest is GPL LICENSE="GPL-2 LGPL-2.1" DEPEND="dev-libs/glib >=media-libs/alsa-lib-0.9.0_rc1" SRC_URI="http://download.sf.net/jackit/${P}.tar.gz" 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 }