2011-01-05 14:09:07 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Libyubikey < Formula
|
|
|
|
homepage 'http://code.google.com/p/yubico-c/'
|
2012-06-15 05:13:26 +00:00
|
|
|
url 'http://yubico-c.googlecode.com/files/libyubikey-1.9.tar.gz'
|
|
|
|
sha1 '340789bee32d8c0f2f8b2dfdc1b0be428e3140c8'
|
2011-01-05 14:09:07 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|