mirror of
https://git.suyu.dev/suyu/ext-linux-bin.git
synced 2025-12-24 00:05:17 +01:00
boost: New build script and 1.79.0 package
This commit is contained in:
parent
3828e16384
commit
9c6a458d86
4 changed files with 29 additions and 29 deletions
11
boost/docker.sh
Executable file
11
boost/docker.sh
Executable 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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue