libpng-src 0.2.2

Helper package for compiling 'libpng' as a static library. Meant to be used as build dependency only.
Documentation
1
2
3
4
5
[build]
default-target = "x86_64-unknown-linux-gnu"
pre-build = [
    "apt-get update && apt-get install zlib1g-dev"
]