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