version = "1.6.58" revision = 1 description = "Reference library for the PNG image format" license = "libpng-2.0" url = "http://www.libpng.org/pub/png/libpng.html" source = tarball( url=f"https://github.com/pnggroup/libpng/archive/refs/tags/v{version}.tar.gz", sha256="a9d4df463d36a6e5f9c29bd6f4967312d17e996c1854f3511f833924eb1993cf", ) host_deps = ["binutils", "gcc", "pkgconf"] deps = [profile["libc"], "zlib"] configure, build, install = autotools()