

Code: Select all
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit distutils
MY_P="${P/bittorrent/BitTorrent}-2"
S=${WORKDIR}/${MY_P}
DESCRIPTION="BitTorrent is a tool for distributing files via a distributed network of nodes"
SRC_URI="http://ei.kefro.st/projects/btclient/${MY_P}.tar.gz"
HOMEPAGE=http://ei.kefro.st/projects/btclient/""
SLOT="0"
LICENSE="MIT"
KEYWORDS="~x86 ~ppc ~alpha ~sparc"
IUSE=""
RDEPEND=">=dev-python/wxPython-2.2
>=dev-lang/python-2.1"
DEPEND=${RDEPEND}
mydoc="FAQ.txt README.txt LICENSE.txt"
I have gotten it working. I just had to extract the Bittorrent directory into /usr/bin also, along with the .py files in the root dir of the package.relyt wrote:You could use something like this:
Edit: Okay, cool. It works great!

well, being it's all python and wxwindows, both of which are cross-platform, nope.Headhunter123 wrote:Isn't the experimental client for windows only ?


karl11 wrote:Just to let everyone know, I've pulled this off of breakmygentoo as all the things that are cool in this one are in the latest version of bittorrent on the portage tree.
Karl