# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="This is a LADSPA plugin. It works as a audio trigger/replacer." HOMEPAGE="http://sourceforge.net/projects/ladspa-trigger/" SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.bz2" LICENSE="LGPL" SLOT="0" KEYWORDS="~amd64" DEPEND="media-libs/ladspa-sdk" src_prepare() { ## Shipped Makefile doesn't respect $DESTDIR so we need to fix this sed -i 's_/usr/_$(DESTDIR)/usr/_g' $S/Makefile }