# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Python bindings for libmpcdec" HOMEPAGE="http://www.sacredchao.net/quodlibet" SRC_URI="http://www.sacredchao.net/~piman/software/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=" media-libs/libmpcdec" RDEPEND=" dev-lang/python media-libs/libmpcdec" src_compile() { emake || die } src_install() { ./setup.py install --root=${D} --prefix=/usr || die dodoc COPYING README }