New formula: btparse
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d64e896b4a
commit
d7affe0e64
1 changed files with 15 additions and 0 deletions
15
Formula/btparse.rb
Normal file
15
Formula/btparse.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Btparse <Formula
|
||||
url 'http://www.gerg.ca/software/btOOL/btparse-0.34.tar.gz'
|
||||
homepage 'http://www.gerg.ca/software/btOOL/'
|
||||
md5 '87d09ce6331c57cc2da30b5c83f545e0'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--mandir=#{man}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue