boost: New build script and 1.79.0 package

This commit is contained in:
lat9nq 2022-05-06 21:54:10 -04:00
parent 3828e16384
commit 9c6a458d86
4 changed files with 29 additions and 29 deletions

11
boost/docker.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
THIS=$(readlink -e $0)
PKG_NAME=$1
VERSION=$2
cd /src/${PKG_NAME}_${VERSION}
/bin/bash /src/${PKG_NAME}_${VERSION}/bootstrap.sh
./b2 --prefix=/src/${PKG_NAME}-${VERSION}/usr/local install
cp $THIS /src/${PKG_NAME}-${VERSION}