Skip to content

Commit

Permalink
zeromq: update to 4.3.4
Browse files Browse the repository at this point in the history
- be0ified
- bump to latest&greatest
  • Loading branch information
wwwutz committed Aug 24, 2021
1 parent cb53a01 commit 31e918e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 83 deletions.
83 changes: 0 additions & 83 deletions zeromq-3.2.3-0.bee

This file was deleted.

39 changes: 39 additions & 0 deletions zeromq.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION zeromq-4.3.4-0

# https://github.com/zeromq/libzmq/releases
# SRCURL[0]="https://github.com/zeromq/libzmq/releases/download/v${PKGVERSION}/zeromq-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/c897d4005a3f0b8276b00b7921412379/zeromq-4.3.4.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
-DWITH_PERF_TOOL=OFF \
-DWITH_DOC=OFF
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -rf ${D}/usr/share/zmq
}

0 comments on commit 31e918e

Please sign in to comment.