newbrew for mktorrent

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Fixed install path.
This commit is contained in:
Eric Himmelreich 2010-01-24 01:20:20 -05:00 committed by Adam Vandenberg
parent 4fc915a343
commit 6126048860

12
Formula/mktorrent.rb Normal file
View file

@ -0,0 +1,12 @@
require 'formula'
class Mktorrent <Formula
url 'http://downloads.sourceforge.net/mktorrent/mktorrent-1.0.tar.gz'
homepage 'http://mktorrent.sourceforge.net/'
md5 '0da00209da96a0dc39efbb6eb5b4d8ff'
def install
system "make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1"
bin.install "mktorrent"
end
end