# 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.8 2002/05/30 01:54:49 sandymac Exp DEPEND=">=media-libs/ladspa-1.0" DESCRIPTION="Bandlimited oscillator plugins for LADSPA-aware audio applications. Sawtooth, Square, Variable Pulse and Slope-variable triangle waves. Also includes a 4 pole low pass resonant filter, ADSR and a few other useful things." HOMEPAGE="http://sf.net/projects/blop" LICENSE="GPL-2" PN=blop P=${PN}-${PV} A=${P}.tar.gz SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" S=${WORKDIR}/${P} src_compile() { econf --with-ladspa-prefix=/usr || die "conf failed" emake || die "make failed" } src_install() { make DESTDIR=${D} install || die "install failed" }