Skip to content

Commit

Permalink
zeromq_compat: Add compatibility package for libzmq.so.3
Browse files Browse the repository at this point in the history
The library is used in user Python installation, and the Perl
installation.

    $ sousage.pl libzmq

    # '/usr/lib/libzmq.so.3' dependencies:
    # -------------------------------------------------------------------------------------------------------------------------------
      /var/pkg/perl-5.28.1-0/lib/site_perl/5.28.1/x86_64-linux/auto/ZMQ/LibZMQ3/LibZMQ3.so   N/A
    # 1 hit(s)

So provide a compatibility package.
  • Loading branch information
pmenzel committed Aug 31, 2021
1 parent b1ac4d8 commit 95d313b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zeromq_compat-3.2.3-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env beesh

mee_install() {
cd ${D}
tar xvpf /src/mariux/beeroot/packages/zeromq-3.2.3-0.x86_64.bee.tar.bz2 \
/usr/lib/libzmq.so.3 \
/usr/lib/libzmq.so.3.0.0
}

0 comments on commit 95d313b

Please sign in to comment.