Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libevent_compat: add compat package for 2.0.21
- needed for transfer to 2.1.12
- use bee package file
  • Loading branch information
wwwutz committed Dec 1, 2021
1 parent 86aca3c commit 7d3eacb
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions libevent_compat.be0
@@ -0,0 +1,47 @@
#!/usr/bin/env beesh

# BEE_VERSION libevent_compat-2.0-0

# SRCURL[0]="/src/mariux/beeroot/packages/libevent-2.0.21-0.x86_64.bee.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/3c4ec787e87e6cd09ac00b28a19b334d/libevent-2.0.21-0.x86_64.bee.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
cd ${D}
tar xpf ${F}/libevent-2.0.21-0.x86_64.bee.tar.bz2 \
/usr/lib/libevent_pthreads-2.0.so.5 \
/usr/lib/libevent_pthreads-2.0.so.5.1.9 \
/usr/lib/libevent_openssl-2.0.so.5 \
/usr/lib/libevent_openssl-2.0.so.5.1.9 \
/usr/lib/libevent-2.0.so.5 \
/usr/lib/libevent-2.0.so.5.1.9 \
/usr/lib/libevent_core-2.0.so.5 \
/usr/lib/libevent_core-2.0.so.5.1.9 \
/usr/lib/libevent_extra-2.0.so.5 \
/usr/lib/libevent_extra-2.0.so.5.1.9
}
#
#mee_install() {
# bee_install
#}

0 comments on commit 7d3eacb

Please sign in to comment.