Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update SDL_image from version 1.2 to 2.0
changes:
    -versionless beefile

homepage:
    -https://www.libsdl.org/
  • Loading branch information
david committed Sep 21, 2016
1 parent 0ed4e09 commit 44cb65a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions SDL_image.be0
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION SDL_image-2.0.0-0

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

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=()

# build_in_sourcedir





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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 44cb65a

Please sign in to comment.