summaryrefslogtreecommitdiff
path: root/homebrew/mu/.make.sh-auto
blob: 52045db0e36b9cdf98dc1bc68b2acd9d859b68d0 (plain)
1
2
3
4
5
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"