Skip to content

Commit

Permalink
openjpeg: update to 2.3.1
Browse files Browse the repository at this point in the history
- on demand
  • Loading branch information
wwwutz committed Nov 21, 2019
1 parent 931a108 commit a24df13
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 35 deletions.
35 changes: 0 additions & 35 deletions openjpeg-2.1.0-0.bee

This file was deleted.

37 changes: 37 additions & 0 deletions openjpeg.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION openjpeg-2.3.1-0

# more info: http://www.openjpeg.org/

SRCURL[0]="https://github.com/uclouvain/openjpeg/archive/v${PKGVERSION}.tar.gz openjpeg-${PKGVERSION}.tar.gz"

# 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() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit a24df13

Please sign in to comment.