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

14 lines
244 B
Python
Raw Normal View History

2017-08-13 03:24:00 +02:00
from pythonforandroid.recipe import NDKRecipe
class PngRecipe(NDKRecipe):
name = 'png'
version = '1.6.15'
url = 'https://github.com/julienr/libpng-android/archive/{version}.zip'
generated_libraries = ['libpng.a']
recipe = PngRecipe()