svn commit: r276897 - vendor/xz/dist/src/liblzma

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 10 00:07:35 UTC 2015


Author: bapt
Date: Sat Jan 10 00:07:34 2015
New Revision: 276897
URL: https://svnweb.freebsd.org/changeset/base/276897

Log:
  Import the lzma pc file

Added:
  vendor/xz/dist/src/liblzma/liblzma.pc.in   (contents, props changed)

Added: vendor/xz/dist/src/liblzma/liblzma.pc.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/xz/dist/src/liblzma/liblzma.pc.in	Sat Jan 10 00:07:34 2015	(r276897)
@@ -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@


More information about the svn-src-all mailing list