Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
jasper_compat: supply /usr/lib/libjasper.so.1
- extract from jasper-1.900.1-0.x86_64.bee.tar.bz2
  • Loading branch information
wwwutz committed Sep 16, 2021
1 parent 2f71ae6 commit 3aa8ba9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions jasper_compat.be0
@@ -0,0 +1,32 @@
#!/usr/bin/env beesh

# BEE_VERSION jasper_compat-1.0-0

SRCURL[0]="https://beehive.molgen.mpg.de/68ec4b67965b5a6ca956a02cca103a07/jasper-1.900.1-0.x86_64.bee.tar.bz2"

# 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}/jasper-1.900.1-0.x86_64.bee.tar.bz2 \
/usr/lib/libjasper.so.1 \
/usr/lib/libjasper.so.1.0.0
}

0 comments on commit 3aa8ba9

Please sign in to comment.