libpng: move to extra

This commit is contained in:
Muhammad Herdiansyah 2019-07-18 15:07:44 +07:00
parent 8c96de0805
commit 042a378a59
5 changed files with 11 additions and 0 deletions

7
extra/libpng/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

1
extra/libpng/checksums Normal file
View File

@ -0,0 +1 @@
505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca libpng-1.6.37.tar.xz

1
extra/libpng/depends Normal file
View File

@ -0,0 +1 @@
zlib

1
extra/libpng/sources Normal file
View File

@ -0,0 +1 @@
https://downloads.sourceforge.net/libpng/libpng-1.6.37.tar.xz

1
extra/libpng/version Normal file
View File

@ -0,0 +1 @@
1.6.37 1