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 15, 2019
1 parent 931a108 commit 43b5db8
Showing 1 changed file with 37 additions and 0 deletions.
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 43b5db8

Please sign in to comment.