0272a10d VZ |
1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ |
3 | libdir=@libdir@ |
fff5f7d5 |
4 | includedir=@includedir@/libpng16 |
0272a10d VZ |
5 | |
6 | Name: libpng |
7 | Description: Loads and saves PNG files |
fff5f7d5 VZ |
8 | Version: 1.6.2 |
9 | Libs: -L${libdir} -lpng16 |
0272a10d |
10 | Cflags: -I${includedir} |