Skip to content
Permalink
83e0d7979c
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
@wwwutz
Latest commit 836070f Oct 28, 2019 History
- fix SRCURL
- beautify be0
- disable color, be verbose
2 contributors

Users who have contributed to this file

@wwwutz @david
executable file 38 lines (27 sloc) 507 Bytes
#!/bin/env beesh
#BEE_VERSION sdl2-2.0.10-0
SRCURL[0]="https://www.libsdl.org/release/SDL2-${PKGVERSION}.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure_pre() {
(
echo "CMAKE_COLOR_MAKEFILE=OFF"
echo "CMAKE_VERBOSE_MAKEFILE=ON"
) >> ${B}/CMakeCache.txt
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
#mee_install_post() {
# exit
#}