# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Monkey's Audio Lossless Codec (command-line tool)" HOMEPAGE="http://www.monkeysaudio.com" MY_P="${P}-u4" S="${WORKDIR}/${MY_P}" SRC_URI="${MY_P}-linux.tar.gz" LICENSE="MonkeysAudioSource" SLOT="0" KEYWORDS="~x86 -amd64" IUSE="" DEPEND="dev-lang/nasm sys-devel/libtool" RESTRICT="fetch" pkg_nofetch() { einfo "The ${SRC_URI} file is a bit tricky to get. Please download it from:" einfo "(a) http://www.maniac.nl/cms/filemanager.php" einfo "(b) http://www.hydrogenaudio.org/forums/index.php?s=884c86cd87ae879e1e60dc4528d39de3&act=Attach&type=post&id=695" einfo "Note: (a) is recommended. Otherwise please unzip mac_3.99.u4.zip." einfo "Then you can move ${SRC_URI} to ${DISTDIR}." } src_compile() { econf || die emake || die } src_install() { dobin "src/Console/mac" dodoc "NEWS" "AUTHORS" "src/Credits.txt" "src/History.txt" }