Skip to content

Commit

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

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

# BEE_VERSION sdl-2.0.4-0

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

PATCHURL[0]=""

PGRP=( uncategorized )



# BEE_CONFIGURE=compat

# EXCLUDE=""

mee_patch() {
bee_patch
}

mee_configure() {
bee_configure
}

mee_build() {
bee_build
}

mee_install() {
bee_install
}

0 comments on commit 0ed4e09

Please sign in to comment.