lbry-android/p4a/pythonforandroid/recipes/sdl2_ttf/__init__.py

10 lines
282 B
Python
Raw Normal View History

2017-08-13 03:24:00 +02:00
from pythonforandroid.toolchain import BootstrapNDKRecipe
from os.path import exists
class LibSDL2TTF(BootstrapNDKRecipe):
version = '2.0.14'
url = 'https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-{version}.tar.gz'
dir_name = 'SDL2_ttf'
recipe = LibSDL2TTF()