Import the lzma pc file
This commit is contained in:
parent
c47078d5ef
commit
9db922924c
19
src/liblzma/liblzma.pc.in
Normal file
19
src/liblzma/liblzma.pc.in
Normal file
@ -0,0 +1,19 @@
|
||||
#
|
||||
# Author: Lasse Collin
|
||||
#
|
||||
# This file has been put into the public domain.
|
||||
# You can do whatever you want with this file.
|
||||
#
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: liblzma
|
||||
Description: General purpose data compression library
|
||||
URL: @PACKAGE_URL@
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -llzma
|
||||
Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|
Loading…
Reference in New Issue
Block a user