diff --git a/serf.be0 b/serf.be0 index b713d9635..179e9d0ab 100755 --- a/serf.be0 +++ b/serf.be0 @@ -1,10 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION serf-1.3.9-0 +# BEE_VERSION serf-1.3.10-0 # more info: https://serf.apache.org -SRCURL[0]="https://www.apache.org/dist/serf/serf-${PKGVERSION}.tar.bz2" +# SRCURL[0]="https://www.apache.org/dist/serf/serf-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/5320087299084c297eff8e1dacfab1af/serf-1.3.10.tar.bz2" # requires SCons build system (available from PyPi) # but this specific package requires python2, because @@ -41,6 +42,7 @@ build_in_sourcedir #} mee_build() { + PATH=/usr/local/package/bin/:$PATH start_cmd virtualenv2 venv0 . venv0/bin/activate start_cmd pip install scons @@ -51,7 +53,3 @@ mee_build() { mee_install() { start_cmd scons install --install-sandbox=$D } - -#mee_install_post() { -# exit -#}