X-Git-Url: http://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/bba629653c95434432d25f9dbca0fb1a78c16407..57ac82f20d9071fc5b9f9bc367d7da0ffb7a6fcd:/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 deleted file mode 100644 index 41c15be..0000000 --- a/media-sound/mac/mac-3.99_p4-r5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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 -}