diff options
Diffstat (limited to 'net-p2p/ktorrent/ktorrent-1.1.ebuild')
-rw-r--r-- | net-p2p/ktorrent/ktorrent-1.1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/ktorrent-1.1.ebuild b/net-p2p/ktorrent/ktorrent-1.1.ebuild new file mode 100644 index 000000000000..1e1a96542d72 --- /dev/null +++ b/net-p2p/ktorrent/ktorrent-1.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-1.1.ebuild,v 1.1 2005/10/09 14:15:00 greg_g Exp $ + +inherit kde + +DESCRIPTION="A BitTorrent program for KDE." +HOMEPAGE="http://ktorrent.pwsp.net/" +SRC_URI="http://ktorrent.pwsp.net/downloads/${PV}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +need-kde 3.3 |