summaryrefslogtreecommitdiff
path: root/recipes/libpng.recipe
blob: eca9035206ed3c2184efc84f6571d46d71fb5162 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python


class Recipe(recipe.Recipe):
    name = 'libpng'
    version = '1.5.8'
    licenses = [License.LibPNG]
    deps = ['zlib']

    files_libs = ['libpng15']
    files_devel = ['include/libpng15', 'bin/libpng15-config', 'lib/pkgconfig/libpng15.pc']