diff options
Diffstat (limited to 'homebrew/mu/.make.sh-auto')
-rw-r--r-- | homebrew/mu/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/mu/.make.sh-auto b/homebrew/mu/.make.sh-auto new file mode 100644 index 000000000..52045db0e --- /dev/null +++ b/homebrew/mu/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +unless build.head? +resource("gmime").stage do +pkg:configure --disable-introspection +make DESTDIR=${PKG_DEST} install +ENV.append_path "PKG_CONFIG_PATH", "#{prefix}/gmime/lib/pkgconfig" |