# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A java LinuxSampler control protocol API." HOMEPAGE="http://www.linuxsampler.org" SRC_URI="http://surfnet.dl.sourceforge.net/sourceforge/jlscp/jlscp-0.7a.tar.bz2" LICENSE="GPL v2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_compile() { ant build-all } src_install() { insinto ${JDK_HOME}/jre/lib/ext/ doins lib/jlscp.jar }