# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Python bindings for libshout2" HOMEPAGE="http://www.icecast.org" SRC_URI="http://downloads.xiph.org/releases/libshout/shout-python-0.2.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/python >=media-libs/libshout-2.0" src_compile() { distutils_src_compile }