# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="uhleaudio-${PV}" DESCRIPTION="An audio plugin for the mupen64 N64 emulator" SRC_URI="http://deltaanime.ath.cx/~blight/n64/uhleaudio_plugin/${MY_P}.so" HOMEPAGE="http://deltaanime.ath.cx/~blight/n64/" SLOT="0" LICENSE="" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/libsdl" RDEPEND="" src_unpack() { einfo "nothing to unpack" } src_compile() { einfo "nothing to compile" } src_install () { dodir /usr/games/lib/mupen64/plugins insinto /usr/games/lib/mupen64/plugins doins ${DISTDIR}/${MY_P}.so }