diff options
Diffstat (limited to 'net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild')
-rw-r--r-- | net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild b/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild new file mode 100644 index 000000000000..d5de597087c6 --- /dev/null +++ b/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild,v 1.1 2004/03/25 13:50:47 aliz Exp $ + +DESCRIPTION="QTorrent is a PyQt GUI for BitTorrent." +HOMEPAGE="http://thegraveyard.org/qtorrent.php" +SRC_URI="http://thegraveyard.org/files/${P}.tar.bz2" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" +DEPEND="dev-python/PyQt" +#RDEPEND="" +S=${WORKDIR}/${P} + +src_install() { + python setup.py install --prefix=${D}/usr +} |