summaryrefslogtreecommitdiff
path: root/homebrew/mpd/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mpd/.make.sh-auto')
-rw-r--r--homebrew/mpd/.make.sh-auto8
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/mpd/.make.sh-auto b/homebrew/mpd/.make.sh-auto
new file mode 100644
index 000000000..c5ab1c1de
--- /dev/null
+++ b/homebrew/mpd/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+ENV.libcxx
+args = %W[--prefix=#{prefix} --sysconfdir=#{etc} -Dlibwrap=disabled -Dmad=disabled -Dmpcdec=disabled -Dsoundcloud=disabled -Dao=enabled -Dbzip2=enabled -Dexpat=enabled -Dffmpeg=enabled -Dfluidsynth=enabled -Dnfs=enabled -Dupnp=enabled -Dvorbisenc=enabled ]
+meson *args output/release .
+ninja -C output/release
+ENV.deparallelize
+ninja -C output/release install
+(etc/"mpd").install "doc/mpdconf.example" => "mpd.conf"