You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
280 B
13 lines
280 B
|
7 months ago
|
prefix=/tmp/libpng/build
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include/libpng16
|
||
|
|
|
||
|
|
Name: libpng
|
||
|
|
Description: Loads and saves PNG files
|
||
|
|
Version: 1.6.39
|
||
|
|
Requires.private: zlib
|
||
|
|
Libs: -L${libdir} -lpng16
|
||
|
|
Libs.private: -lm -lz -lm
|
||
|
|
Cflags: -I${includedir}
|