2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-04-02 11:07:20 -06:00
repo/extra/libpng/build
2025-02-16 12:08:02 -06:00

10 lines
126 B
Bash
Executable File

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