Skip to content

Commit

Permalink
libjpeg-turbo: rebuild 1.4.2-1
Browse files Browse the repository at this point in the history
- be0ify
- fix SRCURL
  • Loading branch information
wwwutz committed Dec 12, 2019
1 parent 8cf9feb commit 09213d6
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 94 deletions.
94 changes: 0 additions & 94 deletions libjpeg-turbo-1.4.2-0.bee

This file was deleted.

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

# BEE_VERSION libjpeg-turbo-1.4.2-1

SRCURL[0]="https://sourceforge.net/projects/libjpeg-turbo/files/${PKGVERSION}/libjpeg-turbo-${PKGVERSION}.tar.gz/download libjpeg-turbo-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

# enforce the usage of 'configure'
mee_patch() {
rm -v ${S}/CMakeLists.txt
# bee_patch "${@}"
}

# --with-jpeg7 Emulate libjpeg v7 API/ABI (this makes libjpeg-turbo
# backward incompatible with libjpeg v6b.)

mee_configure() {
bee_configure --with-jpeg7
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 09213d6

Please sign in to comment.