70ec984159
This is a patch from Stanislav Bravec <sbrabec@suse.cz> that adds an autotools build environment to bzip2. This lets libtool handle the construction of the shared library. The patch also adds a bzip2.pc.in template to build data for the pkg-config tool.
12 lines
232 B
PkgConfig
12 lines
232 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
bindir=@bindir@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: bzip2
|
|
Description: Lossless, block-sorting data compression
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lbz2
|
|
Cflags: -I${includedir}
|