lbry-android/p4a/pythonforandroid/recipes/sdl2_mixer/__init__.py
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

11 lines
322 B
Python

from pythonforandroid.toolchain import BootstrapNDKRecipe
class LibSDL2Mixer(BootstrapNDKRecipe):
version = '2.0.1'
url = 'https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-{version}.tar.gz'
dir_name = 'SDL2_mixer'
patches = ['toggle_modplug_mikmod_smpeg_ogg.patch']
recipe = LibSDL2Mixer()