diff --git a/boost.be0 b/boost.be0 index f062917b9..8310b7b91 100755 --- a/boost.be0 +++ b/boost.be0 @@ -1,10 +1,21 @@ #!/bin/env beesh -# BEE_VERSION boost-1.72.0-0 +# BEE_VERSION boost-1.72.0-1 +# SRCURL[0]="https://dl.bintray.com/boostorg/release/${PKGVERSION}/source/boost_${PKGVERSION//./_}.tar.gz" SRCURL[0]="https://beehive.molgen.mpg.de/e2b0b1eac302880461bcbef097171758/boost_1_72_0.tar.gz" -PATCHURL[0]="" +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} mee_configure() { cd ${S} @@ -21,3 +32,11 @@ mee_install() { --build-dir=${B} \ install } + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}