X-Git-Url: http://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/bb7666f86dea205edbedfee4f9744cd856b35994..bba629653c95434432d25f9dbca0fb1a78c16407:/media-sound/mac/mac-3.99_p4-r5.ebuild diff --git a/media-sound/mac/mac-3.99_p4-r5.ebuild b/media-sound/mac/mac-3.99_p4-r5.ebuild new file mode 100644 index 0000000..41c15be --- /dev/null +++ b/media-sound/mac/mac-3.99_p4-r5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +MY_P="mac-3.99-u4-b5" + +S="${WORKDIR}/${MY_P}" +SRC_URI="http://csclub.uwaterloo.ca/~ntbowler/$MY_P.tar.gz + http://draconx.ca/$MY_P.tar.gz" +SLOT="0" +LICENSE="LGPL" +KEYWORDS="~amd64 ~x86 ~ppc ~sparc" +IUSE="+assembly" +DESCRIPTION="Monkey's Audio lossless codec tools for non-win32 platforms" + +RDEPEND="virtual/libc" + +DEPEND="${RDEPEND} + assembly? ( dev-lang/yasm )" + +src_compile() +{ + econf $(use_enable assembly assembly) || die "configure failed" + emake || die "make failed" +} + +src_install() +{ + make DESTDIR=${D} install +}