2010-05-15 03:59:34 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Btpd <Formula
|
2010-11-10 18:16:28 +00:00
|
|
|
url 'https://github.com/downloads/btpd/btpd/btpd-0.16.tar.gz'
|
|
|
|
homepage 'https://github.com/btpd/btpd'
|
2010-10-13 03:55:59 +00:00
|
|
|
md5 'fe042aae8d7c515ecd855673d1c2b33e'
|
2010-05-15 03:59:34 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|