pakchois: audit fixes
This commit is contained in:
parent
12ab994976
commit
c7363c3eaa
1 changed files with 2 additions and 4 deletions
|
@ -1,14 +1,12 @@
|
|||
require "formula"
|
||||
|
||||
class Pakchois < Formula
|
||||
desc "PKCS #11 wrapper library"
|
||||
homepage "http://www.manyfish.co.uk/pakchois/"
|
||||
url "http://www.manyfish.co.uk/pakchois/pakchois-0.4.tar.gz"
|
||||
sha1 "dea8a9a50ec06595b498bdefd1daacdb86e9ceda"
|
||||
sha256 "d73dc5f235fe98e4d1e8c904f40df1cf8af93204769b97dbb7ef7a4b5b958b9a"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue