summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-09-17 22:26:51 +0000
committerJon Hood <squinky86@gentoo.org>2004-09-17 22:26:51 +0000
commit83e25f08145798c4960835c08296cf050472e6e7 (patch)
tree0c804c8dbf7f3eff11c6a7f101596477b3f81a60 /net-p2p/ctorrent/ctorrent-1.3.4.ebuild
parentapplying patch to fix bug 53075 (diff)
downloadhistorical-83e25f08145798c4960835c08296cf050472e6e7.tar.gz
historical-83e25f08145798c4960835c08296cf050472e6e7.tar.bz2
historical-83e25f08145798c4960835c08296cf050472e6e7.zip
initial import, #45092
Diffstat (limited to 'net-p2p/ctorrent/ctorrent-1.3.4.ebuild')
-rw-r--r--net-p2p/ctorrent/ctorrent-1.3.4.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/ctorrent/ctorrent-1.3.4.ebuild b/net-p2p/ctorrent/ctorrent-1.3.4.ebuild
new file mode 100644
index 000000000000..c61de9b16c81
--- /dev/null
+++ b/net-p2p/ctorrent/ctorrent-1.3.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-1.3.4.ebuild,v 1.1 2004/09/17 22:26:51 squinky86 Exp $
+
+DESCRIPTION="CTorrent is a BitTorrent console client written in C."
+HOMEPAGE="http://ctorrent.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/libc
+ dev-libs/openssl"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README NEWS
+}