# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: DESCRIPTION="Musepack decoder library" HOMEPAGE="http://www.musepack.net" SRC_URI="http://musepack.origean.net/files/source/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="static" DEPEND="!media-libs/libmusepack" src_compile() { ebegin "Rebuilding configure scripts" WANT_AUTOMAKE=1.7 ./autogen.sh > /dev/null eend econf \ $(use_enable static) \ $(use_enable !static shared) || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc README }