# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils MY_P="mac-3.99-u4-b4" S=${WORKDIR}/${MY_P} DESCRIPTION="Monkey audio codec libraries" HOMEPAGE="http://sourceforge.net/projects/mac-port/" SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/mac-port/mac-3.99-u4-b4.tar.gz" SLOT="0" LICENSE="" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/nasm" src_unpack() { unpack ${A} ; cd ${S} } src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc INSTALL README AUTHORS NEWS TODO ChangeLog }