summaryrefslogtreecommitdiff
path: root/homebrew/p11kit/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/p11kit/.make.sh-auto')
-rw-r--r--homebrew/p11kit/.make.sh-auto9
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/p11kit/.make.sh-auto b/homebrew/p11kit/.make.sh-auto
new file mode 100644
index 000000000..58defe2a1
--- /dev/null
+++ b/homebrew/p11kit/.make.sh-auto
@@ -0,0 +1,9 @@
+pkg:setup
+ENV["FAKED_MODE"] = "1"
+ENV["NOCONFIGURE"] = "1"
+./autogen.sh
+end
+pkg:configure --disable-dependency-tracking --disable-silent-rules --disable-trust-module --with-module-config=#{etc}/pkcs11/modules --without-libtasn1
+make
+make check
+make DESTDIR=${PKG_DEST} install