Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2310 from mariux64/update-jasper-2033
jasper_compat: supply /usr/lib/libjasper.so.1
  • Loading branch information
wwwutz committed Sep 17, 2021
2 parents ec6486c + 3aa8ba9 commit 066a35b
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 36 deletions.
36 changes: 0 additions & 36 deletions jasper-1.900.1-0.bee

This file was deleted.

39 changes: 39 additions & 0 deletions jasper.be0
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION jasper-2.0.33-0

# more info: https://foo.bar.com

#SRCURL[0]="https://github.com/jasper-software/jasper/releases/download/version-${PKGVERSION}/jasper-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/8761ef749b696e3cace330801e27b486/jasper-2.0.33.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
-DJAS_ENABLE_DOC=OFF
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
cd ${D} && rm -rf usr/share/doc
}
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 066a35b

Please sign in to comment.