Skip to content

Commit

Permalink
sdl2_net: build version 2.2.0
Browse files Browse the repository at this point in the history
SDL2 alone is now kind of a core package, sdl2_net is kind of
an extension that is used often by projects that use SDL2.
  • Loading branch information
thomas committed Aug 22, 2024
1 parent b48c95d commit bda4107
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions sdl2_net.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/bin/env beesh

#BEE_VERSION sdl2_net-2.2.0-0

#SRCURL[0]="https://github.com/libsdl-org/SDL_net/releases/download/release-${PKGVERSION}/SDL2_net-${PKGVERSION}.tar.gz
SRCURL[0]="https://beehive.molgen.mpg.de/ba1cc690ddde85ee90c80e15be9f3bf9/SDL2_net-2.2.0.tar.gz"

BEE_BUILDTYPE=autotools

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure --disable-sdltest --disable-examples
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit bda4107

Please sign in to comment.