mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
libpng: move to extra
This commit is contained in:
parent
8c96de0805
commit
042a378a59
7
extra/libpng/build
Executable file
7
extra/libpng/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
extra/libpng/checksums
Normal file
1
extra/libpng/checksums
Normal file
@ -0,0 +1 @@
|
||||
505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca libpng-1.6.37.tar.xz
|
1
extra/libpng/depends
Normal file
1
extra/libpng/depends
Normal file
@ -0,0 +1 @@
|
||||
zlib
|
1
extra/libpng/sources
Normal file
1
extra/libpng/sources
Normal file
@ -0,0 +1 @@
|
||||
https://downloads.sourceforge.net/libpng/libpng-1.6.37.tar.xz
|
1
extra/libpng/version
Normal file
1
extra/libpng/version
Normal file
@ -0,0 +1 @@
|
||||
1.6.37 1
|
Loading…
Reference in New Issue
Block a user