# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: IUSE="" inherit multilib DESCRIPTION="Advanced Linux Sound Architecture OSS compatibility layer." HOMEPAGE="http://www.alsa-project.org/" SRC_URI="mirror://alsaproject/oss-lib/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" DEPEND="virtual/libc >=media-libs/alsa-lib-${PV}" src_install() { make DESTDIR="${D}" install || die dosed "s:/usr/$(get_libdir)/libaoss.so:libaoss.so:g" /usr/bin/aoss }