# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Python bindings for libFlac" HOMEPAGE="http://kai.vm.bytemark.co.uk/~piman/software/python.shtml" SRC_URI="http://kai.vm.bytemark.co.uk/~piman/software/pyflac-0.0.2.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/python media-libs/flac dev-lang/swig" RDEPEND="dev-lang/python media-libs/flac" MAKEOPTS="${MAKEOPTS} -j1" #avoid problems with distcc? src_compile() { make distutils_src_compile }