Skip to content

Commit

Permalink
Merge pull request #1473 from mariux64/update-openjpeg-231
Browse files Browse the repository at this point in the history
openjpeg: update to 2.3.1
  • Loading branch information
wwwutz authored Nov 21, 2019
2 parents 5ef1664 + 43b5db8 commit 5bc8a8f
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 5bc8a8f

Please sign in to comment.