This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
repo
Watch
2
Star
0
Fork
1
You've already forked repo
mirror of
https://codeberg.org/kiss-community/repo
synced
2024-11-15 11:10:08 -07:00
Code
Issues
Wiki
09fad7db8b
repo
/
extra
/
libpng
/
build
10 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
libpng: move to extra
2019-07-18 02:07:44 -06:00
#!/bin/sh -e
libpng: 1.6.38
2022-09-14 21:37:39 -06:00
patch -p1 < apng.patch
libpng: added APNG support for Firefox.
2019-08-28 13:35:22 -06:00
libpng: move to extra
2019-07-18 02:07:44 -06:00
./configure \
--prefix=/usr
make
*: explicit DESTDIR
2023-03-02 07:40:00 -07:00
make DESTDIR="$1" install
Copy Permalink