# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="JSampler is a full-fledged frontend for LinuxSampler." HOMEPAGE="www.linuxsampler.org" SRC_URI="http://surfnet.dl.sourceforge.net/sourceforge/jsampler/JSampler-0.8a-cvs6.tar.bz2" LICENSE="GPL v2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=media-sound/jlscp-0.7a" RDEPEND="" S="${WORKDIR}/JSampler-0.8a-cvs6" src_compile() { ant build-fantasia } src_install() { dodir /opt/jsampler/ insinto /opt/jsampler/ doins dist/Fantasia-0.8a.jar exeinto /usr/bin/ doexe ${FILESDIR}/fantasia }