# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils DESCRIPTION="Tool to encode/decode APE-files (Apple Lossless)" V_EXT1="-u4" V_EXT2="-linux" S=${P}${V_EXT1} HOMEPAGE="" SRC_URI="http://sf.gds.tuwien.ac.at/m/ma/mac-port/${P}${V_EXT1}${V_EXT2}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_unpack() { unpack ${A} || die epatch ${FILESDIR}/gcc3.4-fix.diff || die } src_compile() { cd ${WORKDIR}/${S} econf || die emake || die } src_install() { cd ${WORKDIR}/${S} einstall || die }