]> git.draconx.ca Git - gentoo-draconx.git/blobdiff - media-sound/mac/mac-3.99_p4-r5.ebuild
mac: Remove ebuild since it is now in the main tree.
[gentoo-draconx.git] / 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 (file)
index 41c15be..0000000
+++ /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
-}