source: smplayer/trunk/zlib/zlib.pc.in

Last change on this file was 135, checked in by Silvan Scherrer, 13 years ago

SMplayer: update trunk to 0.8.1

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.