source: smplayer/trunk/zlib-1.2.6/zlib.pc.in@ 128

Last change on this file since 128 was 124, checked in by Silvan Scherrer, 13 years ago

SMPlayer: 0.7.1 trunk update

File size: 254 bytes
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4sharedlibdir=@sharedlibdir@
5includedir=@includedir@
6
7Name: zlib
8Description: zlib compression library
9Version: @VERSION@
10
11Requires:
12Libs: -L${libdir} -L${sharedlibdir} -lz
13Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.