New formula: pbc_sig
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
364258a8d0
commit
c948d1c0b4
1 changed files with 14 additions and 0 deletions
14
Formula/pbc-sig.rb
Normal file
14
Formula/pbc-sig.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class PbcSig <Formula
|
||||
url 'http://crypto.stanford.edu/pbc/sig/files/pbc_sig-0.0.7.tar.gz'
|
||||
homepage 'http://crypto.stanford.edu/pbc/sig/'
|
||||
md5 'a89b347c9a240b6f789848a12e0b6229'
|
||||
|
||||
depends_on 'pbc'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue