summaryrefslogtreecommitdiff
blob: 0449e9c87ed9ed1940669416e59ffb2d49e63adf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="Python bindings for rb_libtorrent"
HOMEPAGE="http://code.google.com/p/python-libtorrent/"
SRC_URI="http://zachtib.googlepages.com/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~amd64 ~x86"
IUSE=""
S=${WORKDIR}/${PN}

RDEPEND=">=dev-lang/python-2.3
		dev-libs/boost"
DEPEND="${RDEPEND}"