# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" inherit eutils unpacker DESCRIPTION="Control Application for digital audio mixers" HOMEPAGE="https://dev-core.org/mixing-station/" SRC_URI_BASE="" SRC_URI="amd64? ( ${PN}-pc_${PV}-1_amd64.deb )" RESTRICT="fetch mirror strip" LICENSE="mixingstation" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND=" " S=${WORKDIR} QA_PREBUILT="*" src_prepare() { eapply_user } src_install() { #install the executable exeinto /opt/mixing-station-pc/bin/ doexe opt/mixing-station-pc/bin/mixing-station-pc # make symlink in path dosym ../mixing-station-pc/bin/mixing-station-pc /opt/bin/mixing-station-pc #install the supporting copy of the JRE (bundled) insinto /opt/mixing-station-pc/ doins -r opt/mixing-station-pc/lib }