pbc 0.5.13

Closes Homebrew/homebrew#19241.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Brian Buchanan 2013-04-16 08:39:53 -07:00 committed by Jack Nagel
parent f8fc33eeed
commit 500e997f2a

View file

@ -2,16 +2,11 @@ require 'formula'
class Pbc < Formula
homepage 'http://crypto.stanford.edu/pbc/'
url 'http://crypto.stanford.edu/pbc/files/pbc-0.5.12.tar.gz'
sha1 '6fc0815a3e7766958365df4495247049d1bf968c'
url 'http://crypto.stanford.edu/pbc/files/pbc-0.5.13.tar.gz'
sha256 '6207b7aea96e61df991c59a27ff9a954922954bc4b3cb9db325a37806b41dc89'
depends_on 'gmp'
fails_with :clang do
build 421
cause "Clang does not support nested functions"
end
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"