repo/extra/libpng/build

10 lines
102 B
Plaintext
Raw Normal View History

2019-07-18 08:07:44 +00:00
#!/bin/sh -e
2022-09-15 03:37:39 +00:00
patch -p1 < apng.patch
2019-07-18 08:07:44 +00:00
./configure \
--prefix=/usr
make
2023-03-02 14:40:00 +00:00
make DESTDIR="$1" install