# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Sidplayer is a replayer program for C64 music" HOMEPAGE="http://sidplayer.cebix.net/" SRC_URI="http://sidplayer.cebix.net/downloads/SIDPlayer-4.4.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="media-libs/sdl-sound media-libs/libsdl" RDEPEND="${DEPEND}" S="${WORKDIR}/SIDPlayer-4.4" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }