Skip to content

Commit

Permalink
sdl2: update 2.0.4 to 2.0.10
Browse files Browse the repository at this point in the history
- fix SRCURL
- beautify be0
- disable color, be verbose
  • Loading branch information
wwwutz committed Oct 28, 2019
1 parent b433205 commit 836070f
Showing 1 changed file with 25 additions and 19 deletions.
44 changes: 25 additions & 19 deletions sdl2.be0
Original file line number Diff line number Diff line change
@@ -1,32 +1,38 @@
#!/bin/env beesh

#BEE_VERSION sdl2-2.0.4-0
#BEE_VERSION sdl2-2.0.10-0

SRCURL[0]="http://www.libsdl.org/release/SDL2-${PKGVERSION}.tar.gz"
SRCURL[0]="https://www.libsdl.org/release/SDL2-${PKGVERSION}.tar.gz"

PATCHURL[0]=""
# PATCHURL+=()

PGRP=( uncategorized )
# build_in_sourcedir

# sourcesubdir_append src

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

# BEE_CONFIGURE=compat
#mee_patch() {
# bee_patch "${@}"
#}

# EXCLUDE=""

mee_patch() {
bee_patch
mee_configure_pre() {
(
echo "CMAKE_COLOR_MAKEFILE=OFF"
echo "CMAKE_VERBOSE_MAKEFILE=ON"
) >> ${B}/CMakeCache.txt
}

mee_configure() {
bee_configure
}
#mee_build() {
# bee_build
#}

mee_build() {
bee_build
}

mee_install() {
bee_install
}
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 836070f

Please sign in to comment.