aboutsummaryrefslogtreecommitdiff
path: root/community/boost
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-11 20:51:22 +0300
committerCem Keylan <cem@ckyln.com>2020-03-11 20:51:22 +0300
commit2e6fe916b8f9298d3c2927e50419248989325a1e (patch)
treeda7ff4c4edf2992903bf96be9bfd7c50cddc6b6c /community/boost
parent16c097315b1c6eb028a92d151ddbc99a43f208af (diff)
downloadrepository-2e6fe916b8f9298d3c2927e50419248989325a1e.tar.gz
mpd/depends/tools: add to community
Diffstat (limited to 'community/boost')
-rwxr-xr-xcommunity/boost/build5
-rw-r--r--community/boost/checksums1
-rw-r--r--community/boost/sources1
-rw-r--r--community/boost/version1
4 files changed, 8 insertions, 0 deletions
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