# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 S=${WORKDIR}/${P} DESCRIPTION="An input plugin for the mupen64 N64 emulator" SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_input_plugin/${P}.tar.gz" HOMEPAGE="http://mupen64.emulation64.com/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 -ppc -sparc -sparc64" DEPEND="media-libs/libsdl media-libs/freetype" src_compile() { cd ${S}/SDL_ttf2 rm config.cache cp SDL_ttf.h ${S} econf || die emake || die cd ${S} emake || die } src_install () { dodir /usr/lib/mupen64/plugins insinto /usr/lib/mupen64/plugins doins blight_input.so }