# 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="http://www.melodymachine.com/files/sfarkxtc_lx86.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="sys-libs/libstdc++-v3" S="${WORKDIR}" src_compile() { einfo "Nothing to compile" } src_install() { into /opt/ dobin sfarkxtc || die }