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/boost/build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 community/boost/build (limited to 'community/boost/build') diff --git a/community/boost/build b/community/boost/build new file mode 100755 index 00000000..16d829bd --- /dev/null +++ b/community/boost/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +./bootstrap.sh --prefix="$1/usr" +./b2 stage threading=multi link=static +./b2 install threading=multi link=static -- cgit v1.2.3