aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ctorrent.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/ctorrent.rb b/Library/Formula/ctorrent.rb
new file mode 100644
index 000000000..8dca44932
--- /dev/null
+++ b/Library/Formula/ctorrent.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Ctorrent <Formula
+ url 'http://downloads.sourceforge.net/project/dtorrent/dtorrent/3.3.2/ctorrent-dnh3.3.2.tar.gz'
+ homepage 'http://www.rahul.net/dholmes/ctorrent/'
+ md5 '59b23dd05ff70791cd6449effa7fc3b6'
+
+ def install
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "make install"
+ end
+end