diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-10 00:07:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-10 00:07:34 +0000 |
commit | 9db922924cf9ffc4f7f66c21c93ceca8eb2b5259 (patch) | |
tree | 5cac229a73b4380b046c050baef481c8870888aa | |
parent | c47078d5ef70001fd681fea19beadbfaf17cbbc6 (diff) |
Import the lzma pc file
Notes
Notes:
svn path=/vendor/xz/dist/; revision=276897
-rw-r--r-- | src/liblzma/liblzma.pc.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/liblzma/liblzma.pc.in b/src/liblzma/liblzma.pc.in new file mode 100644 index 000000000000..7f11f1a2009e --- /dev/null +++ b/src/liblzma/liblzma.pc.in @@ -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@ |