# Copyright 1999-2008 Gentoo Foundation: # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="lossless audio compression format optimized for SoundFont files" HOMEPAGE="http://www.melodymachine.com/sfark.htm" SRC_URI=" https://github.com/raboof/sfarkxtc/archive/master.zip" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-libs/zlib media-sound/sfarklib" RDEPEND="${DEPEND} sys-libs/libstdc++-v3" S="${WORKDIR}/sfarkxtc-master" src_compile() { emake } src_install() { into /opt/ dobin sfarkxtc || die }