Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
boost: fix SRCURL
- nice be0
- fixed SRCURL
  • Loading branch information
wwwutz committed Mar 2, 2020
1 parent bf347e0 commit 89b3c1f
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions 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}
Expand All @@ -21,3 +32,11 @@ mee_install() {
--build-dir=${B} \
install
}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 89b3c1f

Please sign in to comment.