# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="a crossplatform C64 music editor" LICENCE="GPL-2" SLOT="1.5" KEYWORDS="x86" SRC_URI="http://www.student.oulu.fi/~loorni/covert/tools/goattrk.zip" HOMEPAGE="http://www.student.oulu.fi/~loorni/covert/" IUSE="" DEPEND=">=media-libs/libsdl-1.2.7-r2 >=media-libs/libbme-1.29 >=x11-base/xorg-x11-6.7.0-r2 app-arch/unzip" S=${WORKDIR}/src/ src_compile() { rm ../linux/libbme.a ln -s /usr/lib/libbme.a ../linux/libbme.a make } src_install() { mkdir -p ${D}usr/bin mv ${WORKDIR}/linux/{goattrk,ins2snd,mod2sng,sngsplit} ${D}usr/bin }