summaryrefslogtreecommitdiff
path: root/homebrew/libsecret/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libsecret/.make.sh-auto')
-rw-r--r--homebrew/libsecret/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/libsecret/.make.sh-auto b/homebrew/libsecret/.make.sh-auto
new file mode 100644
index 000000000..4d88bfebb
--- /dev/null
+++ b/homebrew/libsecret/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"
+args = %W[--disable-debug --disable-dependency-tracking --disable-silent-rules --prefix=#{prefix} --enable-introspection --enable-vala ]
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install