summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-03-17 15:38:33 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-03-17 15:38:33 +0000
commit1299e255493773d6b73f16226dbc066fcf46d80f (patch)
treec80d640fea9083e8e78d7a34c01c07735d62fe0d /net-p2p/qtorrent/qtorrent-0.9.5.ebuild
parentFixing compile error with gcc 3.3, patch by brandy in bug #32965 (Manifest re... (diff)
downloadgentoo-2-1299e255493773d6b73f16226dbc066fcf46d80f.tar.gz
gentoo-2-1299e255493773d6b73f16226dbc066fcf46d80f.tar.bz2
gentoo-2-1299e255493773d6b73f16226dbc066fcf46d80f.zip
Initial import.
Diffstat (limited to 'net-p2p/qtorrent/qtorrent-0.9.5.ebuild')
-rw-r--r--net-p2p/qtorrent/qtorrent-0.9.5.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-p2p/qtorrent/qtorrent-0.9.5.ebuild b/net-p2p/qtorrent/qtorrent-0.9.5.ebuild
new file mode 100644
index 000000000000..116234f70459
--- /dev/null
+++ b/net-p2p/qtorrent/qtorrent-0.9.5.ebuild
@@ -0,0 +1,17 @@
+# 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.5.ebuild,v 1.1 2004/03/17 15:38:33 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"
+IUSE=""
+DEPEND="dev-python/PyQt"
+#RDEPEND=""
+S=${WORKDIR}/${P}
+
+src_install() {
+ python setup.py install --prefix=${D}/usr
+}