1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 02:47:35 +00:00

Ports: Add libpng 1.6.37

This commit is contained in:
TheMorc 2021-03-03 23:01:04 +01:00 committed by Andreas Kling
parent a5d6962148
commit 538975b713
3 changed files with 18 additions and 0 deletions

6
Ports/libpng/package.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=libpng
version=1.6.37
useconfigure=true
files="https://download.sourceforge.net/libpng/libpng-${version}.tar.gz libpng-${version}.tar.gz"
workdir="libpng-$version"