2011-01-05 14:09:07 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Ykclient < Formula
|
|
|
|
homepage 'http://code.google.com/p/yubico-c-client/'
|
2012-10-19 03:05:56 +00:00
|
|
|
url 'http://yubico-c-client.googlecode.com/files/ykclient-2.9.tar.gz'
|
|
|
|
sha1 'b3f8e0fffec6fa078375a4adee0f7cd968ea27f0'
|
2011-01-05 14:09:07 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|