Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
pam_yubico 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Nov 13, 2013
1 parent befb9b3 commit afcd14a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Library/Formula/pam_yubico.rb
Expand Up @@ -2,17 +2,19 @@

class PamYubico < Formula
homepage 'http://code.google.com/p/yubico-pam/'
url 'http://yubico-pam.googlecode.com/files/pam_yubico-2.13.tar.gz'
sha1 '63de5cc19aa89122709eede7f4f272a00945535d'
url 'http://opensource.yubico.com/yubico-pam/releases/pam_yubico-2.14.tar.gz'
sha1 'c86fd78788e6a81cadd57b23411e78bd7fab48bb'

depends_on 'pkg-config' => :build
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'libyubikey'
depends_on 'ykclient'
depends_on 'ykpers'

conflicts_with 'fastbit', :because => 'Both install `include/util.h`"
def install
system "autoreconf -vfi"
system "./configure", "--prefix=#{prefix}",
"--with-libyubikey-prefix=#{HOMEBREW_PREFIX}",
"--with-libykclient-prefix=#{HOMEBREW_PREFIX}"
Expand Down

0 comments on commit afcd14a

Please sign in to comment.