clpbar 1.11.1
Closes Homebrew/homebrew#16727. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4cd64a7dee
commit
bd8edf901f
1 changed files with 15 additions and 0 deletions
15
Formula/clpbar.rb
Normal file
15
Formula/clpbar.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Clpbar < Formula
|
||||
homepage 'http://clpbar.sourceforge.net/'
|
||||
url 'http://sourceforge.net/projects/clpbar/files/clpbar/bar-1.11.1/bar_1.11.1.tar.gz'
|
||||
version '1.11.1'
|
||||
sha1 '112d54cec7ebe85aacc6c2ef7d55e297264d1dd5'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--program-prefix='clp'"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue