# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit toolchain-funcs flag-o-matic multilib DESCRIPTION="Free Monkey's Audio decoder" HOMEPAGE="http://www.rockbox.org/tracker/task/7256" SRC_URI="http://dev.gentooexperimental.org/~flameeyes/dist/demac-0.1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-cflags.patch" } src_compile() { emake \ CC="$(tc-getCC)" \ CFLAGS="${CFLAGS}" \ || die "emake failed" } src_install() { dobin demac dodoc README }