Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
jasper: update 1.900.1 to 2.0.33
- update
  • Loading branch information
wwwutz committed Sep 16, 2021
1 parent 15e5533 commit 2f71ae6
Show file tree
Hide file tree
Showing 2 changed files with 39 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
}

0 comments on commit 2f71ae6

Please sign in to comment.