# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit git-2 multilib DESCRIPTION="Basic sfArk to sf2 soundfont converter" HOMEPAGE="http://www.melodymachine.com/sfark.htm" EGIT_REPO_URI="git://github.com/raboof/sfArkXTm" EGIT_BRANCH="master" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="media-sound/sfarklib" RDEPEND="${DEPEND}" src_prepare() { # Fix bin directory in Makefile sed -i 's/local.//' Makefile }