# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ladspa-sdk-1.0.ebuild,v 1.1 2002/06/10 02:10:03 rphillips Exp DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins" HOMEPAGE="http://www.ladspa.org/" LICENSE="LGPL-2.1" DEPEND="media-libs/ladspa-sdk" SRC_URI="http://www.ladspa.org/download/cmt_src.tgz" S=${WORKDIR}/cmt/src P=cmt_src A=${P}.tgz src_unpack() { unpack "${A}" cd "${S}" sed -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \ -e 's|/usr/local/include|usr/include|g' \ -e 's|/usr/local/lib|usr/lib|g' \ makefile > makefile.new mv makefile.new makefile } src_compile() { make targets || die } src_install() { insinto /usr/lib/ladspa doins ../plugins/*.so }