# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="emulates a memory-mapped DSP device on top of an audio device that does not support memory mapping." HOMEPAGE="http://user.cs.tu-berlin.de/~felixyz/projects_mmapdsp_en.html" SRC_URI="http://user.cs.tu-berlin.de/~felixyz/mmapdsp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="virtual/libc" RDEPEND="" S=${WORKDIR}/${P} src_unpack() { unpack ${A} cd ${S} } src_compile() { emake } src_install() { dobin mmapdsp || die }