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 +++++ community/boost/checksums | 1 + community/boost/sources | 1 + community/boost/version | 1 + 4 files changed, 8 insertions(+) create mode 100755 community/boost/build create mode 100644 community/boost/checksums create mode 100644 community/boost/sources create mode 100644 community/boost/version (limited to 'community/boost') 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 diff --git a/community/boost/checksums b/community/boost/checksums new file mode 100644 index 00000000..6a7c7bf6 --- /dev/null +++ b/community/boost/checksums @@ -0,0 +1 @@ +59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722 boost_1_72_0.tar.bz2 diff --git a/community/boost/sources b/community/boost/sources new file mode 100644 index 00000000..62b63ed3 --- /dev/null +++ b/community/boost/sources @@ -0,0 +1 @@ +https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.bz2 diff --git a/community/boost/version b/community/boost/version new file mode 100644 index 00000000..7900068f --- /dev/null +++ b/community/boost/version @@ -0,0 +1 @@ +1.72.0 1 -- cgit v1.2.3