Skip to content

Commit

Permalink
Merge pull request #2957 from mariux64/update-serf-1310
Browse files Browse the repository at this point in the history
serf: update 1.3.9 to 1.3.10
  • Loading branch information
wwwutz authored Aug 24, 2023
2 parents a4070ef + 55cd14f commit 6c7a5c4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions serf.be0
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -51,7 +53,3 @@ mee_build() {
mee_install() {
start_cmd scons install --install-sandbox=$D
}

#mee_install_post() {
# exit
#}

0 comments on commit 6c7a5c4

Please sign in to comment.