2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-21 18:04:41 -07:00
repo/extra/libpng/build
2025-01-18 14:14:17 -06:00

10 lines
128 B
Bash
Executable File

#!/bin/sh -e
gzip -dc libpng-1.6.45-apng.patch.gz | patch -p1
./configure \
--prefix=/usr
make
make DESTDIR="$1" install