Skip to content
Permalink
update-openssh
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 40 lines (28 sloc) 741 Bytes
#!/usr/bin/env beesh
# BEE_VERSION libjpeg-turbo-1.5.3-0
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
#}