summaryrefslogtreecommitdiff
path: root/homebrew/pkgconfig/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pkgconfig/.make.sh-auto')
-rw-r--r--homebrew/pkgconfig/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/pkgconfig/.make.sh-auto b/homebrew/pkgconfig/.make.sh-auto
new file mode 100644
index 000000000..5cb6c97ea
--- /dev/null
+++ b/homebrew/pkgconfig/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+pc_path = %W[#{HOMEBREW_PREFIX}/lib/pkgconfig #{HOMEBREW_PREFIX}/share/pkgconfig /usr/local/lib/pkgconfig /usr/lib/pkgconfig #{HOMEBREW_LIBRARY}/Homebrew/os/mac/pkgconfig/#{MacOS.version} ].uniq.join(File::PATH_SEPARATOR)
+pkg:configure --disable-host-tool --with-internal-glib --with-pc-path=#{pc_path}
+make
+make check
+make DESTDIR=${PKG_DEST} install