diff options
| -rw-r--r-- | Library/Formula/ykpers.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/ykpers.rb b/Library/Formula/ykpers.rb index 04f250941..bb38dcf05 100644 --- a/Library/Formula/ykpers.rb +++ b/Library/Formula/ykpers.rb @@ -1,16 +1,18 @@ require 'formula' class Ykpers < Formula - url 'http://yubikey-personalization.googlecode.com/files/ykpers-1.6.3.tar.gz' homepage 'http://code.google.com/p/yubikey-personalization/' - md5 '585b73f18a74d85a920065abcc1d82f7' + url 'http://yubikey-personalization.googlecode.com/files/ykpers-1.6.4.tar.gz' + sha1 '491af38ed3d91548a4d470b2aa3abf88927effef' depends_on 'libyubikey' def install libyubikey_prefix = Formula.factory('libyubikey').prefix system "./configure", "--prefix=#{prefix}", - "--with-libyubikey-prefix=#{libyubikey_prefix}" + "--with-libyubikey-prefix=#{libyubikey_prefix}", + '--with-backend=osx', + '--disable-dependency-tracking' system "make install" end end |
