# 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 ~ppc" IUSE="" DEPEND=" >=media-libs/libmpcdec-1.2" RDEPEND=" >=dev-lang/python-2.3 >=media-libs/libmpcdec-1.2 media-plugins/gst-plugins-musepack dev-python/ctypes " src_compile() { emake || die } src_install() { ./setup.py install --root=${D} --prefix=/usr || die dodoc COPYING README }