mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-30 16:01:10 +00:00
24650af7d9
Since we're downloading arbitrary executable code from websites and running it, we should at least have some confidence it's the right thing we're running.
7 lines
347 B
Bash
7 lines
347 B
Bash
description "Library for reading/writing .png image files"
|
|
dependencies zlib
|
|
check_pkgconfig libpng
|
|
# We maintain a mirror since libpng is only downloadable via Sourceforge:
|
|
fetch_download https://www.chocolate-doom.org/depends/libpng-1.6.10.tar.gz \
|
|
b0206a22b49c91fc5521b2cfb1c251433a37aed0a645bc504ab3d061f27e4d51
|
|
build_autotools
|