diff --git a/sdl.be0 b/sdl.be0 new file mode 100755 index 000000000..c972a0867 --- /dev/null +++ b/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 +} +