Formula for ctorrent bittorent client.
This commit is contained in:
parent
acce27e5e1
commit
9401acd220
1 changed files with 12 additions and 0 deletions
12
Formula/ctorrent.rb
Normal file
12
Formula/ctorrent.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue