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

EAPI=5

DESCRIPTION="KXStudio Audio plugin host."
HOMEPAGE="http://kxstudio.linuxaudio.org/Applications:Carla"
SRC_URI="https://github.com/falkTX/Carla/archive/master.zip -> carla-9999.zip"

LICENSE="GPL/LGPL"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-python/PyQt4
		media-libs/liblo"

RDEPEND="${DEPEND}"

src_unpack() {
		unpack ${A}
		S=${WORKDIR}/Carla-master/
}