# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="DrumGizmo"
HOMEPAGE="http://www.drumgizmo.org"
SRC_URI="http://www.drumgizmo.org/releases/drumgizmo-0.9.10/${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="
>=media-libs/lv2-1.0
>=media-libs/libsndfile-1.0.21
media-libs/zita-resampler
dev-libs/expat
>=dev-ruby/pkg-config-0.23
>=media-libs/libpng-1.2
media-libs/libsmf
dev-libs/libpthread-stubs
dev-util/cppunit
"

RDEPEND="${DEPEND}"

src_configure(){
#	econf --prefix=${WORKDIR}/install --enable-lv2
	econf --prefix=/usr --enable-lv2
}