Skip to content
Permalink
726b4877f9
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
For some reason the bee magic doesn't work here, so
call make by hand.
3 contributors

Users who have contributed to this file

@pmenzel @thomas @david
executable file 40 lines (28 sloc) 728 Bytes
#!/usr/bin/env beesh
# BEE_VERSION qtwebkit-5.212-1
# mind the timestamp! | here |
SRCURL[0]="https://download.qt.io/snapshots/ci/qtwebkit/5.212/1563413169/src/submodules/qtwebkit-everywhere-src-5.212.tar.xz"
# PATCHURL+=()
# EXCLUDE+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
-DPORT=Qt \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_LD_GOLD=no \
-DUSE_LIBHYPHEN=no
}
mee_build() {
make ${BEE_MAKEFLAGS}
}
#mee_install() {
# make INSTALL_ROOT=${D} install
#}
## by default this may be 'make install DESTDIR="${D}"'