mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-21 18:04:41 -07:00
10 lines
128 B
Bash
Executable File
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
|