# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils distutils flag-o-matic MY_P=${P/py-/} MY_P=${MY_P/torrent/torrent-rasterbar} S=${WORKDIR}/${MY_P}/bindings/python DESCRIPTION="Python bindings for libtorrent (rasterbar)" HOMEPAGE="http://www.libtorrent.org/python_binding.html" SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" DEPEND="dev-lang/python =net-libs/rb_libtorrent-${PV}"