Ticket #61365: bzip2.pc

File bzip2.pc, 219 bytes (added by ballapete (Peter "Pete" Dyballa), 4 years ago)

Pkg-config file for BZIP2, usable for Freetype package and possibly some more that rely only on the existence of a PC file

Line 
1prefix=/opt/local
2exec_prefix=${prefix}
3libdir=${prefix}/lib
4includedir=${prefix}/include
5
6Name: bzip2
7Description: Lossless, block-sorting data compression
8Version: 1.0.8
9Libs: -L${libdir} -lbz2
10Cflags: -I${includedir}