Skip to content

Commit

Permalink
p11-kit 0.12
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Jul 7, 2012
1 parent 297941a commit 3d322d6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Library/Formula/p11-kit.rb
@@ -1,12 +1,16 @@
require 'formula'

class P11Kit < Formula
url 'http://p11-glue.freedesktop.org/releases/p11-kit-0.8.tar.gz'
homepage 'http://p11-glue.freedesktop.org'
md5 '0928ab06acbdeda48645df4791f4d28d'
url 'http://p11-glue.freedesktop.org/releases/p11-kit-0.12.tar.gz'
sha256 '4db792def545a3c8ae12e7e4ef166d7620cb445c00a5a984ab7c4a3b35f0be00'

# Upstream patch to fix failing test
def patches
"http://cgit.freedesktop.org/p11-glue/p11-kit/patch/?id=af8d28014f97ab0d9e4d00961e72aefd7adb470b"
end

def install
ENV.universal_binary
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}"
Expand Down

0 comments on commit 3d322d6

Please sign in to comment.