# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A library to used to play spc files (SNES Music)" HOMEPAGE="http://home.comcast.net/~brad.martin1/" SRC_URI="http://home.comcast.net/~brad.martin1/OpenSPC_snap-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/nasm-0.98.39-r1" S=${WORKDIR}/libopenspc-0.3.99 src_compile() { exec $S/configure emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc README COPYING to-do.txt }