From 2e6fe916b8f9298d3c2927e50419248989325a1e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 11 Mar 2020 20:51:22 +0300 Subject: mpd/depends/tools: add to community --- community/mpd/build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 community/mpd/build (limited to 'community/mpd/build') diff --git a/community/mpd/build b/community/mpd/build new file mode 100755 index 00000000..3f03d986 --- /dev/null +++ b/community/mpd/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + . output + +ninja -C output +ninja -C output install -- cgit v1.2.3